• I want to thank all the members that have upgraded your accounts. I truly appreciate your support of the site monetarily. Supporting the site keeps this site up and running as a lot of work daily goes on behind the scenes. Click to Support Signs101 ...

jQuery Mobile pagination plugin

Locals Find!

New Member
Anyone here familiar with Jquery Mobile and the pagination plugin. I am pretty well a noob in this area and have been looking for exactly how I install and put this plugin to work. Currently I have been running a simple javascript slideshow on my site but, its clunkly loads slow and doesn't work well with the Ajax calls.

If anyone wouldn't mind helping me please pm me or post here. I have tried google but, I get tech speak that is over my head or assumes a level of knowledge I don't posses yet.
 

Locals Find!

New Member
Nevermind I got it. I don't know how to get rid of this thread now that I figured it out. I feel really stupid now that someone showed me how simple it was. Really, a case of missing the trees while staring at the forest to long.
 

njsigns

New Member
I don't understand why you wouldn't share the knowledge you just acquired instead of wanting to get rid of the thread?

Gene
 

Locals Find!

New Member
I don't understand why you wouldn't share the knowledge you just acquired instead of wanting to get rid of the thread?

Gene

It really was a simple matter of typing these two lines into the header of my page:

<link rel="stylesheet" href="http://www.xxx.com/jquery.mobile.pagination.css">

<script src="http://www.xxx.com/jquery.mobile.pagination.js"></script>

Like I said felt really stupid. Downside of the whole endeavor is it doesn't work on my droid on any of my browsers. So the whole exercise was kinda pointless. The method worked great for regular browsers on a regular Mac or PC.

Anyone interested in more info can go here http://filamentgroup.com/lab/jquery_mobile_pagination_plugin/ its where I found the code etc...
 
Top