which I cannot get to run. If I click on the text, or the button,
nothing happens. The links in the program are to my son's computer,
and have to be changed. I tried to link directly to the Jquery site,
with no luck.
Help and advice, please.
Thanks.
Ethan
MySQL 5.1 PHP 5.3.3-6 Linux [Debian (sid)]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
> which I cannot get to run. If I click on the text, or the button,
> nothing happens. The links in the program are to my son's computer,
> and have to be changed. I tried to link directly to the Jquery site,
> with no luck.
>
> Help and advice, please.
>
> Thanks.
>
> Ethan
>
>
> MySQL 5.1 PHP 5.3.3-6 Linux [Debian (sid)]
>
>
The Javascript you've included is
"https://getfirebug.com/firebug-lite-debug.js". Firebug won't run
jQuery! You need something like one of these:
Hi, first, like everyone else before me told already, you forgot to load
jquery in your page.
Example :
Also, i would change your script to remove the first function that was
wrapping everything.
$(document).ready is enough.
On Tue, Feb 15, 2011 at 17:10, Jay Blanchard wrote:
> [snip]
> I have the following Java script program, called js_test3.html:
>
>
>
>
> src="https://getfirebug.com/firebug-lite-debug.js">
>
> javascript Example Page
>