VenueID:
3
I want to replace first Colspan=”2″ with Colspan=”4″ in my first TR not in complete page using JQuery.
Thanks.
Best Regards,
MS
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This jQuery should handle the condition of finding a td with colspan 2 in the first tr of any table and set its colspan to 4.
The better thing to do would be to just fix your HTML to produce colspan=4