Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
Event registration app with QR/Paypal
Home
Thursday, April 28, 2011
How to use jQuery Wildcard/Start with Selector
Start with:
$("[id^=partofID]").show();
Wildcard:
$("[id*=partofID]").show();
Attribute Starts With Selector
[name*="value"]
http://api.jquery.com/attribute-contains-selector/
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment