Hi JQM gurus.
I'm a newbie in JQM development. In a JQM page, I'm trying to implement a sort of carrousel which have to display a
group of 2x3 or 3x3 buttons created dynamically. Like a classical carrousel I must have slide-right (>>)
and slide-left (<<) icons. The number of buttons to display is not limited.
Here's a sketch of my page. (The stuff with brackets are my JQM buttons).
------------------------------------------------
H E A D E R H E R E
------------------------------------------------
MY CARROUSEL HERE....
[Some text1] [Some text2] [Some text3]
(<<) [Some text4] [Some text5] [Some text6] (>>)
[Some text7] [Some text8] [Some text9]
------------------------------------------------
M A I N C O N T E N T H E R E...
------------------------------------------------
F O O T E R H E R E
------------------------------------------------
The question is: Is there a simple and elegant way to do that with the current version of JQM, or have I no choice than trying to integrate a third-party-jquery-based component to do that?
Thanks again for helping.