tbarbedo
03-21-2009, 11:10 PM
In the doc.ready I have the following...
$("a").click( function(e) {
alert('hey');
});
With a freshly loaded page, this works the first time you click on a link and then doesn't alert when you click another link.
Can someone tell me what I'm missing?
Thanks!
$("a").click( function(e) {
alert('hey');
});
With a freshly loaded page, this works the first time you click on a link and then doesn't alert when you click another link.
Can someone tell me what I'm missing?
Thanks!