[jQuery] missing ; before statement

2009-03-04 Thread sanguisdex
I worked and begged on IRC all do to get this code: $(document).ready(function(){ $.fn.addTocHandler = function ( ) { $("#toc").change (function () { $("#book").load("/beta/catalog/extras/class_data.php? products_id

[jQuery] missing ; before statement at DOCTYPE declaration

2008-12-17 Thread Technosis
I chose to use an xhtml strict doctype for an application I am working on. I'm getting the error on the DOCTYPE declaration line. I'm receiving the following error: Error: missing ; before statement Source File: http://localhost/crmgen2/js/jquery-1.2.6.pack.js Line: 2, Column: 2 Source Code: T

[jQuery] missing ; before statement

2008-08-27 Thread mohsin
I am get error missing ; before statement on different lines of jquery code. I provided all necessary ; (semi colon) but still getting error. Can anyone help me in resolving this problem as it is really headache for me

[jQuery] "missing ; before statement" in ui.tabs

2008-03-09 Thread eyal
Hello, For some reason i'm having "missing ; before statement" error when i'm running ui.tabs altough on the demo page it's run just fine. What do think might be the problem? Thanks! Eyal