brandonaaron / livequery

MIT License
477 stars 195 forks source link

Note working with rating.js #1

Closed encompass closed 11 years ago

encompass commented 15 years ago

I have been using rating.js and it has been serving me well. I am also having these ratings inside a tabs list created with ui.jquery. I am using jquery 1.3 and 1.1 of livequery. But now I am loading items with ajax and need it to load this jquery function when these items are loaded into the canvas. When I try to add an item for livequery to look after I get a: """ fn is undefined livequery()()jquery.l...equery.js (line 73) livequery()()jquery.l...equery.js (line 29) reverse()()profile (line 63) F()()jquery.js (line 19) init()([function(), function(), function(), 1 more...], function(), undefined)jquery.js (line 12) F()()jquery.js (line 19) F()()jquery.js (line 19) [Break on this error] fn.$lqguid = fn.$lqguid || $.livequery.guid++; """ in Firebug and my js stops loading. Any ideas on the issue? Regards, Jason

encompass commented 15 years ago

I am also issue the command with ... $(".tabs").livequery().tabs();