Andy11548 Posted December 19, 2011 Share Posted December 19, 2011 Hello, I'm trying to retrieve multiple ID's from the same class name. EXAMPLE: <input type="hidden" class="test" id="1" /> <input type="hidden" class="test" id="2" /> <input type="hidden" class="test" id="3" /> <input type="hidden" class="test" id="4" /> However, I'm not too sure how to retrieve each one independantly. When I click the button under id=1, it shows up how it should, however, when I click it under any of the other ID's it doesn't work. How can I solve this? Quote Link to comment https://forums.phpfreaks.com/topic/253514-jquery-help-retrieving-ids/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.