Microsoft
Software
Hardware
Network
Question : How to get element whose part of ID known in JQUERY
Hi,
How to get element whose part of ID known in JQUERY
I know this $("input[id*='man']") to get an input element whose id contains man
but I require some generic code to get any element not only input type elements
Answer : How to get element whose part of ID known in JQUERY
Hi,
I think you're after the all selector, which is a plain asterisk in place of the element name in your example...
Hope that helps!
1:
$("*[id*='man']")
Random Solutions
How do I convert a numeric entry to a text value (numbers to words)
Changing Default Web Site Properties
Website script to track each user's individual experience
proxy issue and httpwebrequest
Mount a USB hdd on a Hyper-V guest
PHP MySQL SELECT OPTGROUP parent value
php object iteration code improvement
Exchange activesync from iphone not connecting to Exchange 2003 server via port 443
Update RevTex in TexLive and Kile - Fedora 13
I cannot change the ownership and rights of a folder, access denied