![]() |
JQuery Troubles
Hello All,
I have the following tag: <input type="hidden" name="ctl00$CPH1$hidPage" id="ctl00_CPH1_hidPage" /> although I do not know the id until runtime, I do know that *hidPage will be unique on the page. how can I find this tag using JQuery? Thanks Jack |
$('input[id$="hidPage"]') = any input type element with an id that ends in hidPage
ref - http://api.jquery.com/category/selectors/ |
| All times are GMT +1. The time now is 07:37 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.