|
Combing JQuery functions
Hi,
I am looking for some help on this issue. A seasoned js programmer would be helpfull to solve this problem. Essentially I am trying to combine two separate jquery functions into one functioning script. Due to size of coding, I've zipped files into zipped folders. I've also clearly indicated the new script which is causing problems as well as the original scripts.
To be more precise, in the actual new js code, I am currently receiving "object expected" error code 0 indicated on line 1 character 1. After debugging, it turned that error was really "JQuery undefined". I tried adding the word function before "eval" tol solve problem, however it then indicates a different error "expected identifier" in a different part of the code.
Any help in solving these errors is appreciated. Its best to run new script in a debugger (IE, firebug etc) to properly see current errors.
|