Hello all. There is a feature in JQM wherin you can initialise a button
using Jquery as follows. $("button").button(); This will add
the button styles to the button. Works fine! However the thing that
bothers me is that this will work on any html element like img, p and
span and about any other html element. Is this is bug and should I go
ahead and report it? Cheers! Shreerang Web Developer Spatial Unlimited
I have been working lately on building a slider (image or text - does not really matter) where each panel has multiple images or text divs.
The counter loops through each panel as well as the image/text div in that panel in a manner to display the counter value as 1/4 then 2/4 and so on upto 4/4. Once the limit of the panel is reached, we are supposed to move on to the next panel and the next image increamenting the counter to 1/2 and then increment to 2/2.
I have created a fiddle (link below) to demonstrate what I am saying. The "next" logic is working perfectly fine. However, I am facing issues putting together the logic for "Prev".