Search code examples
jquerycssfirebug

How to fix the jquery ui bug?


I have a bug in my code, not really sure where its located but it seems to sterm from my jquery css library please check this image :enter image description here

i get a "syntax" error when i debug my application using fire bug and the error is directed at line 9 OF my jquery css library which is the following:enter image description here

but i'm struggling to identify the actual problem. please anyone with any piece of help would be much appreciated. thanks.


Solution

  • You may have a problem with the comments above line 9 - maybe an invalid char or something. Things I'd consider doing:

    1. Download the css file again (replace original).
    2. Remove the comments above line 9.

    Cheers and Good Luck