View Single Post
Old 11-19-2012, 02:40 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
You need to fix alot of issues before you attempt any further changes.

1. you are using a very old version of jQuery, Id advise you use 1.8.2

2. language="javascript" is deprecated, especially in xhtml ( should be type="text/javascript" )
3. you have redefined the same functions over 5 times, why??

4. your html is malformed quite a bit, especially in content_1

i'd advise you run your current code through the w3c validator, fix the major issues first before continuing on.
__________________
- 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