Rick Faircloth schreef:
>
> <script type="text/javascript">
>
>
>
> $(document).ready(function(){
>
> $("a").bind("click", function(){
>
> alert("Thanks for visiting!");
>
> });
>
> });
>
>
>
> </script>
>
Did you insert jquery before your own script?<script type="text/javascript" src="jquery.js"></script> You also can replace $(document).ready(function with $(function. David _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
