Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Showing results 1 to 6 of 6
Search took
0.01
seconds.
Search:
Posts Made By:
lesk
Forum:
JavaScript frameworks
11-14-2012, 11:07 PM
Replies:
12
jQuery
Jquery scroll to certain height problem
Views:
524
Posted By
lesk
I appreciate all the help you´ve given me :) ...
I appreciate all the help you´ve given me :)
I think I finally did it!
this is the JS:
$(window).scroll(function(){
if ($(window).scrollTop() > 200){
...
Forum:
JavaScript frameworks
11-14-2012, 10:33 PM
Replies:
12
jQuery
Jquery scroll to certain height problem
Views:
524
Posted By
lesk
thanks for the link, will check it out. I...
thanks for the link, will check it out.
I have this now:
$(window).scroll(function(){
if ($(window).scrollTop() > 400){
$('#servicediv').css({position:'relative',top:400});
...
Forum:
JavaScript frameworks
11-14-2012, 10:04 PM
Replies:
12
jQuery
Jquery scroll to certain height problem
Views:
524
Posted By
lesk
hmm de-bouncing script . I will look into that. ...
hmm de-bouncing script . I will look into that.
BUT.
I changed the code around and got this:
$(window).scroll(function(){
if ($(window).scrollTop() > 380){
...
Forum:
JavaScript frameworks
11-14-2012, 09:41 PM
Replies:
12
jQuery
Jquery scroll to certain height problem
Views:
524
Posted By
lesk
Sorry! Changed it to if($('#servicediv'))...
Sorry!
Changed it to
if($('#servicediv')) {
$(this).scroll(function () {
if ($(window).scrollTop() > 380) {
$(this).stop().scrollTop(380);
}
});
}
Forum:
JavaScript frameworks
11-14-2012, 09:06 PM
Replies:
12
jQuery
Jquery scroll to certain height problem
Views:
524
Posted By
lesk
Now it looks like this: ...
Now it looks like this:
$(window).scroll(function() {
if($('#servicediv')) {
$(window).scroll(function () {
if ($(window).scrollTop() > 380) {
$(window).scrollTop(380);
...
Forum:
JavaScript frameworks
11-14-2012, 07:25 PM
Replies:
12
jQuery
Jquery scroll to certain height problem
Views:
524
Posted By
lesk
Jquery scroll to certain height problem
Hi, need help on this one getting real bald here :P
Im working on this website that one a page there has to be a restriction on how high you can scroll.
I have this div that is only showing a part...
Showing results 1 to 6 of 6
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
12:15 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.