PDA

View Full Version : jQuery Mobile pagination plugin


Adtechia
01-20-2012, 07:04 AM
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.

Adtechia
01-20-2012, 10:24 AM
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
01-20-2012, 10:36 AM
I don't understand why you wouldn't share the knowledge you just acquired instead of wanting to get rid of the thread?

Gene

Adtechia
01-20-2012, 10:44 AM
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...