Avatar of maqskywalker
maqskywalker
 asked on

jquery textbox attribute selector

I'm using jquery.
I have 3 textboxes on my page.
They are named. textbox1, textbox2, textbox3

Right now I have this  run on page load:

// disable first dom element whose id starts with textbox
$('[id^=textbox]')[0].disabled = true;

But since I used [0]. That only disables the first textbox.

How do i revise the above line to disable all elements whose id starts with textbox ?
So it should disable all 3 textboxes.

Or if it would be easier by Class.
jQuery

Avatar of undefined
Last Comment
maqskywalker

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Ryan Chong

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
zephyr_hex (Megan)

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
maqskywalker

ASKER
thanks
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes