Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Doesn't work with jQuery.noConflict();


Project:Pagination
Version:1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Line 82:

var lnk = $("<span class='current'>"+(appendopts.text)+"</span>");

Needs to be:

var lnk = jQuery("<span class='current'>"+(appendopts.text)+"</span>");

AND

Line 86:

var lnk = $("<a>"+(appendopts.text)+"</a>")

Needs to be:

var lnk = jQuery("<a>"+(appendopts.text)+"</a>")

Comments

#1

Hi Toshir have ou been able to solve this?...if So can you tell me how....

Thank You
James