Latests Plugins
INK is a new way to own your content. It’s a well known fact, the content you produce can be shared all around the web and in a very large number of ways. One of the most common ways is to simply copy the content and paste it wherever we want it to be shared. [...]
Read more »
prettyLoader is a small (less than 4kb uncompressed) jQuery plugin that aim at making your life easier regarding ajax loader display. You know, when you do an ajax call and you never quite know where to position your loader. prettyLoader takes care of that for you, by default, prettyLoader will “hook” to the jQuery ajax function [...]
Read more »
prettySociable is a jQuery plugin that tries to make sharing fun while being easy to use. It was inspired by the sharing on mashable.com. While ShareThis and AddThis provides a very useful piece code that allow users to share basically anything everywhere, their solution is not the prettiest nor the easiest to use. prettySociable simply [...]
Read more »
I have a recurrent bug :
“cur_x is not defined” (line 9)
it happens on a page with UI tabs (with anchor/div tabs and one ajax tab), and only when I load the page URL directly with the ajax tab hash (#mytab) in the URL…
I have some problems with the prev / next buttons. I think its he offsetHeight problem. When i use text that takes 2 or more lines, the next and prev buttons disappeared. Is prettyphoto an opensource project? Can we help develope?
Grtz Dennis
cur_x is not defined
…/public/js/jquery.prettyLoader.js
Line 9
Appears frequently when ajax action performed on document ready event
35 // Set the cursor pos only if the even is returned by the browser.
36 cur_x = (e.clientX) ? e.clientX : 0;
37 cur_y = (e.clientY) ? e.clientY : 0;
this code will fix the problem