I know now that problem is that DOM should be updated after the ajax
call (via success option, as I understood), if I want to call any
element in updated html,
but still can't understand how to implement it with tabs plugin.

Regards, Yugene

On 18 сен, 19:31, YugaWebS <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to