i want to create a webpage like http://seller.flipkart.com . I want to scroll my page first from up to down and then left to right using scrolling button only and background drawing. Can you tell me how can i do this and which languages should i learn?
$('html, body').animate({scrollLeft: -$(sectionName).offset().left}, "slow");
$('html, body').animate({scrollTop: $(sectionName).offset().top}, "slow");
I am trying to get parameter value from the url, add it inside a div and then clone that value inside the img src attribute. I can get the parameter value inside a div, and get it to clone as well ...
I am trying to get parameter value from the url, add it inside a div and then clone that value inside the img src attribute. I can get the parameter value inside a div, and get it to clone as well ...
I'm using jasmine-node to run tests for my node.js application. The problem is that if I run the tests one by one with specifying the spec file (jasmine-node spec/file.spec.js) - then everything looks ...
I'm using jasmine-node to run tests for my node.js application. The problem is that if I run the tests one by one with specifying the spec file (jasmine-node spec/file.spec.js) - then everything looks ...
I want to split a string based on the delimiters " " and "," (including quotation marks). How would I be able to do this? I tried doing this: var str = '"String","String2" "String3"'; str = str....
I want to split a string based on the delimiters " " and "," (including quotation marks). How would I be able to do this? I tried doing this: var str = '"String","String2" "String3"'; str = str....
I have 3 divs as colors to choose from and 3 blank divs. I want to let the user be able to: (1) click a colored div and then a blank div, then the blank div is colored as the color the user choose. ...
I have 3 divs as colors to choose from and 3 blank divs. I want to let the user be able to: (1) click a colored div and then a blank div, then the blank div is colored as the color the user choose. ...