[jQuery] Using variables or jquery selectors when chaining?

2009-07-10 Thread north
Hi, is it better to do this (regarding performance not readability): $('a.updateCartButton').click(function() { $('form[name=updateCartForm]').attr('action', $(this).attr('href')+'#'+ $('img[id^=iconUpdateArticle]').attr('id')).submit(); return false; }); or this:

[jQuery] Designer new to jQuery. Using Greasemonkey and jQuery

2009-04-23 Thread sevenupcan
Hi there. I'm not very good at scripting or programming but at least with jQuery some of it makes sense to me and so I'm trying to build a custom script that alters some of the functionallity of the website rememberthemilk.com but I can't get past one problem. Any query I put through jQuery gets

[jQuery] Using Embedit for jquery agile not working

2008-11-03 Thread cocotu
please help me set this up, i have being playing with the jcarousel, but not been able to integrate it with wordpress, but the one i really want to integrate is the agile carousel with the example shown here: http://chatwin.com.do/wp2/testj/carousel.html i'm using the Embedit plugin following

[jQuery] Using this with jQuery

2008-06-25 Thread hubbs
I have a listing of items, each of which has a transparent cover over each item, but when you mouse over the item, the transparency hides, and shows full color item, then on mouseout the cover is added again. This works fine if I use IDs, but I want to get away from this, as I am not always sure

[jQuery] using variables with jquery

2008-05-06 Thread quirksmode
Hi, I need to make a div slide across the screen using the animate command. It works when I use the following: $('#js_innerwrapper').animate({left:+=500}, 1000, 'easeOutSine'); However, i need to be able to change the 500 to be width of the div, which i get using: $.gamewidth =

[jQuery] using AJAX with jQuery

2007-12-20 Thread jjshell
Hello, I'm new to jQuery (and AJAX for that matter). Even if the library is really easy to use, I'm still having problems ajaxing. I'd like to understand how to post the following simple form to the server, and send a message to the client depending on the submission process output (telling him

[jQuery] using thickbox with jquery live

2007-11-06 Thread [EMAIL PROTECTED]
Is this possible. i have a drop down called #sealprofile that puts an image into a div called #profilepreview i have this image set up with class=thickbox i think i have to register a plugin or something with jquery live. how do i go about doing that?

[jQuery] Using selectors with jQuery table sorter/pager plugin

2007-08-24 Thread John Lauck
When using the jQ table sorter/pager plugin should you be able select all elements of a certain class even if they are out of the current paging view? My experience has been that if an element is not in the current view (current page) it isn't found. Where is the element? I assumed elements were

[jQuery] Using part of JQuery

2007-07-05 Thread climbingrose
Hi all, I've been moving from Prototype to jQuery and absolutely love it. Thanks a lot for all the excellent work guys! I just want to ask if I can build my custom jQuery js file for my specific need just like how mootools allow developer to select and download certain modules. I know that