Thread: jQuery Why am I such a noob?
View Single Post
Old 09-22-2012, 03:30 PM   PM User | #2
DanInMa
Senior Coder

 
DanInMa's Avatar
 
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,307
Thanks: 12
Thanked 204 Times in 204 Posts
DanInMa is on a distinguished road
first of all you have an error on line 593 - you didnt capitilize the A

Code:
$("table").removeAttr("cellpadding").removeAttr("cellspacing").removeattr("border");
__________________
- Firebug is a web developers best friend! - Learn it, Love it, use it!
- Validate your code! - JQ/JS troubleshooting
- Using jQuery with Other Libraries - Jslint for Jquery/other JS library users
DanInMa is offline   Reply With Quote