On Aug 24, 9:16 pm, atomicnuke <[EMAIL PROTECTED]> wrote:
> But I just get an error in firebug '$ is not defined" on line $
> (document).ready(function(){

As others have pointed out, the problem is almost certainly that your
js file is not being found. Unfortunately, Firebug "hides" the error
messages related to scripts not being found in the Net tab instead of
the error console. i've been bitten by this problem several times.

Reply via email to