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
Can I use a sql query file (.sql) with bcp.exe?
batch file to write network delay into textfile
GPO to ensure no users are able to bypass the Proxy when browsing the Internet (IE:7 and IE:8)
Capture Linkbutton click event in Master page from Content page
Windows 7, Domain: Admin cannot save to C drive from Outlook.
Batch File Wildcards
Batch file to remove whitespace - similar to word replace ^w
jQuery - AJAX Call when a Checkbox is Checked
How to play a video file in JSP
Selecting nth item from a comma separated string