I always get error when the server returns my 404 (page not found)
error page instead of the javascript file. Make sure the script file
with that name exists; I suspect you really want
'jquery.corner.js' (standard way to name plugins) rather than 'jquery-
corner.js'

On Oct 31, 11:24 pm, iain duncan <[EMAIL PROTECTED]> wrote:
> Hoping someone who knows about doctypes can help me out here. I am using
> kid templates with turbogears, so my html file has the following as it's
> first line.
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
>
> Using Jquery and the jquery calendar plugin have been no problem, and I
> am also using MochiKit without problems. However, when I add in the
> jquery corner plugin I get this error:
>
> syntax error
> jquery-corner.js (line 1)
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd";>
>
> Any clues, much appreciated!
> Iain

Reply via email to