How can I remove all inputs class from "Button" and assign "BigButton" class to all inputs by rowid(FormsRow) using Jquery. My table has 20 rows but I only want to change the following row's inputs tag's class:
ThanksCode:<tr name="" id="FormsRow"> <td name="" id="" colspan="2"><input type="button" value="1st Letter" class="Button"></td> <td name="" id="" colspan="2"><input type="button" value="2nd Letter" class="Button"></td> </tr>


Reply With Quote
Bookmarks