I was thinking about this, and currently there really isnt a place where people who use jquery can show off their sites, other than in the list, or in the comments section of that one post on the blog. I was thinking someone (me! me! pick me!) should set up a site where people could show off the websites that use jquery, maybe something like <a href="http://gallery.jquery.com">gallery.jquery.com</a>, or if john doesnt wanna dedicate a subdomain to it, i could just set it up on my site. What does everyone think? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
I was trying to go to the visual jquery docs at <a href="http://www.visualjquery.com/">http://www.visualjquery.com/</a> the other day, and i noticed that their not there anymore! Now its a website for "Wycats Designs". The visual docs were my favorite way to look around in the jquery documentation, because i didnt have to wait for load times as much. Anyone know what happened? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
I have a link in a page that is included in another via AJAX. That link needs to call a thickbox to pop up, but no thickbox events are being attached, because the link wasn't in the DOM when thickbox initialized itself. I tried adding a TB_Init() call to the end of the page which is included, and i tried adding <span style="background-color: rgb(255, 255, 153);">onclick="TB_Show('Add Team','team.php?action=add&width=400&height=350');"</span> to the link, and that didnt work. Any help would be appreciated. Thanks! --Matt _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
The demo on the <a href="http://jquery.com">jquery.com</a> homepage doesnt seem to like IE7. Sometimes it works perfectly fine, sometimes it does the add class and animation, then when the animation is done, the background color and border dissapears and leaves a link to "documentation" and a bunch of text that is the same color as the background. I dont get any errors or anything else out of the ordinary. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Hey everyone! I saw this JS library earlier: <a href="http://jstween.blogspot.com/">http://jstween.blogspot.com/</a> and i was wondering if anyone was working on converting this into a JQ plugin, because if not, i will start work on it. The library lets you use flash like tweening in your pages, and the basic library itselft is only a little bigger than 7kb. If anyones working on this currently, please let me know so i dont waste my time doing it, but if noone is, i will get to work on it right away. Thanks! _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Im not sure whats causing it, but on my blogging script i am writing with jQuery, i get this error message, seemingly at random times... <blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"> Warning: reference to undefined property ret[0] Source File: <app folder>/jQuery.js Line: 477 </blockquote> The error is happening: <blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"> <blockquote>if ( ret && ret[0] == context ) ret.shift(); //here done = $.merge( done, ret ); return done; </blockquote></blockquote>In the function $.Select Most of my app is written using jQuery and the AJAX plugin, and that error seems to popup randomly, but appears alot more if i refresh the page instead of just clicking go... Also when i see that message, parts of my page fail to load. The more times i get that error, the more parts that fail. I would usually be able to fix stuff like this, but for some reason i cant seem to track it down... Any help would be appreciated. Thanks! _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/