Re: [jQuery] how to find an item when you only know part of the class name

2007-03-03 Thread John Resig
I'm not sure what the issue is that you're referring to, I just ran the test and it seems to work as you would expect it to: Clicking the link strikes out the line: http://john.jquery.com/ticket/td-attr/ Isn't there another aspect at play here? My first recommendation would be to change: var

Re: [jQuery] how to find an item when you only know part of the class name

2007-03-02 Thread Jake McGraw
You can reference any attribute using the following notation: [EMAIL PROTECTED] Starts with [EMAIL PROTECTED] Ends with [EMAIL PROTECTED] equals [EMAIL PROTECTED] contains So for your problem... $([EMAIL PROTECTED]) Hope this helps, - jake On 3/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: [jQuery] how to find an item when you only know part of the class name

2007-03-02 Thread dalvarado
---Original Message--- From: Jake McGraw [EMAIL PROTECTED] Subject: Re: [jQuery] how to find an item when you only know part of the class name Sent: Mar 02 '07 22:46 You can reference any attribute using the following notation: [EMAIL PROTECTED] Starts with [EMAIL

Re: [jQuery] how to find an item when you only know part of the class name

2007-03-02 Thread dalvarado
---Original Message--- From: Jake McGraw [EMAIL PROTECTED] Subject: Re: [jQuery] how to find an item when you only know part of the class name Sent: Mar 02 '07 23:19 Not sure if the source is like this too, but you haven't closed this element (insert a /a): a

Re: [jQuery] how to find an item when you only know part of the class name

2007-03-02 Thread Jake McGraw
Not sure if the source is like this too, but you haven't closed this element (insert a /a): a href='#' class=toggleStrikeRemove/a/td Maybe, that'll help? - jake On 3/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ---Original Message--- From: Jake McGraw [EMAIL PROTECTED]