[jQuery] Select the inverse of what you're looking for

2009-10-30 Thread Aaron Gusman
I have a table with 2 columns and four rows. I am currently able to highlight the row which contains a specific piece of text. But what I want to do is to highlight the rows that DO NOT have that piece of text. Here's the code: This line highlights the row that contains a cell with the text "B

[jQuery] Re: Select the inverse of what you're looking for

2009-10-31 Thread Aaron Gusman
.css("background-color", "Red"); > > On Oct 30, 12:58 pm, Aaron Gusman wrote: > > > > > I have a table with 2 columns and four rows.  I am currently able to > > highlight the row which contains a specific piece of text.  But what I > > want to do

[jQuery] Accordian functionality

2009-12-08 Thread Aaron Gusman
I'd like to create my own type of accordian however I am finding difficulty with creating the query for selection. Say I have a div with another two divs inside - I will call this parent div as the SideBox. The first child div is the header and it is the one that will be clicked - I will call thi

[jQuery] Re: Accordian functionality

2009-12-08 Thread Aaron Gusman
".SideItem"); //gets all SideItems from the result of the previous query Thanks Aaron On Dec 8, 5:02 pm, MorningZ wrote: > Here's a simple example based on your class names > > http://jsbin.com/ayate/edit > > On Dec 8, 9:40 am, Aaron Gusman wrote: > > > > > I

[jQuery] (validate) Validation following server-side submit

2010-01-30 Thread Aaron Gusman
As you all know, validating on the client-side only can be easily hijacked by disabling javascript. For this type of validation I am using the jquery validator plugin http://docs.jquery.com/Plugins/Validation. When all client-side validations are successful, and the form is submitted to the server