if you know the 'my_' is always at the start of the id this might be a bit
faster

$("input[id^='my_']:checkbox")


Glen Lipka wrote:
> 
> Try $("input[id*='my_']:checkbox")
> I havent tested this, but it should work.
> 
> Glen
> 
> On 9/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>> Hello,
>>
>> is it possible in prototype to get all checkboxes on a page with a fixed
>> id namepart like this:
>>
>> ID="my_checkbox"
>>
>> and i want to get all checkboxes beginning on "my_"
>>
>> ____________
>> Virus checked by G DATA AntiVirusKit
>> Version: AVK 17.7901 from 19.09.2007
>> Virus news: www.antiviruslab.com
>>
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/get-all-checkboxes-tf4481356s15494.html#a12785057
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to