Re: [jQuery] Slide down / Slide up, stop repeating

2010-03-02 Thread Nathan Klatt
On Mon, Mar 1, 2010 at 11:35 AM, Paul Collins pauldcoll...@gmail.com wrote: My problem is that if someone hovers over the .content multiple times, the JQuery remembers and keeps popping the menu up and down From http://api.jquery.com/stop/: We can create a nice fade effect without the common

[jQuery] Get the previous element matching a class

2010-03-02 Thread debussy007
Hi, I would like to have the previous TD element with class time. I tried : $(this).closest('td').prev('td.time').html() (where this is a div element inside a TD) But it only works for a div inside a TD that is *directly* following the td.time element. See the code below: my jquery

[jQuery] Re: Newbie Question: Finding and manipulating an element

2010-03-02 Thread Greg Tarnoff
Aaron, Not sure if you caught it, but I screwed up some quotes in my code snippet (stupid iphone). It should be: $('ul.foo li ul').addClass(bar); On Mar 1, 9:25 am, Aaron Johnson aaron.mw.john...@gmail.com wrote: Greg, Nathan, Thanks very much for your help! On 1 March 2010 14:58, Nathan

Re: [jQuery] Get the previous element matching a class

2010-03-02 Thread Nathan Klatt
On Tue, Mar 2, 2010 at 9:20 AM, debussy007 debussy...@gmail.com wrote: I would like to have the previous TD element with class time. I tried : $(this).closest('td').prev('td.time').html()   (where this is a div element inside a TD) But it only works for a div inside a TD that is *directly*

[jQuery] What I need to know?

2010-03-02 Thread Danjojo
Is it possible with jQuery to update a database / call a stored procedure when I update an Input box that represents Quantity of an item? I am using vanilla ASP and have not used jQuery in a while. Because it is a wish list with line-items of quantity and being able to submit one line to the

Re: [jQuery] What I need to know?

2010-03-02 Thread Nathan Klatt
On Tue, Mar 2, 2010 at 3:31 PM, Danjojo dlcac...@gmail.com wrote: Is it possible with jQuery to update a database / call a stored procedure when I update an Input box that represents Quantity of an item? http://api.jquery.com/category/ajax/ There are some AJAX tutorials targeting jQuery use

[jQuery] VALIDATE

2010-03-02 Thread AMARJEET
Hi Jörn Zaefferer, Is there any reason validator Plugin not supporting validate multiple form fields with identical names Is there any way to validate Identical Names Fields? Thanks Amarjeet

[jQuery] Nested Tab call function on tab select help

2010-03-02 Thread J Wolfe
I'm fairly new to jQuery and don't understand exactly why this isn't working. I bind the tabsselect to one of my nested tabs hoping it will execute that function, though I do not get any errors with firebug and it doesn't work. Can anyone clue me into what I'm doing wrong? Thanks! Jonathan

[jQuery] treeview - prevent expand/collapse on node click

2010-03-02 Thread Andreas
Hi, I want to prevent expand/collapse behavior when clicking on a node (folder) in the tree. I only want to expand/collapse when clicking on the plus/minus sign (+/-). I have tried to use stopPropagation on the click event but I don't get it to work. Any sugestions? Thanks Andreas