Hi,
I have working tabs, in one of them (which is called via AJAX) I have
a line similar to the next one:
<a href="#" class="test">test</a>
Unfortunately, I'm failed to get this link via jQuery
jQuery(document).ready(function() {
jQuery('a.test').click(function(){
alert('hi');
});
});
I've got no reaction on clicking on this link.
Is it possible to use jQuery selectors with tabs?
Thanks in advance
Yugene
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---