built an app i jquery mobile, it is almost finished, and after deploying the app to phonegap we discovered that the scrolling and the total feeling is not smooth and the scroll is slow and feels weird.
all javascript is placed in index.html, on another page (cat.html) i am using infinite scroll to display posts in category, when you scroll, after 15 posts it loads more 15 and more 15....
after the cat.html page is visited and the function executed the functions is keep running on all other pages (only after you visit the cat.html).
hi, i really like using jquery, but sometime, when i build a carousel for featured content on a website, you can see the carousel build itself on page load: example: http://www.holesinthenet.co.il/
is there a way to load only first image or loading the carousel only after all page loads and only when carousel is ready?
as you can see i have three tabs and three divs with content. a click on each tab, changes the content on the Main div. now my question: what code do i need to add in order to create an effect of "auto play" so every X second the next tab is clicked automatically?
please help, i need this and my jquery knowledge is quit minimal.
hi, i've created a div with 3 tabs and 3 content boxes, i added an effect of fade and now i want the tabs to be clicked automatically (the boxes to appear in cycle each at a time), how do i add an auto play or auto click event to this function? thanks.
$(function () { var tabContainers = $('div.tabs > div'); tabContainers.hide().filter(':first').show();