I have run into a strange issue first time. I have used a Yahoo library 3.5.1 Tab View on my web page and inside my first tab , I have a <div> element which has the tool tip functionality implemented and the same tab has the autoComplete textbox using jQuery.
When I place these two controls outside the yahoo tab view everything works fine. But when they are inside the Yahoo Tab View the JQuery does not seem to fire. I have also tried using jQuery.noConflict(); at the start of the web page but nothing seems to work.
If i place the auto complete textbox outside the tab view then in firefox console i m able to view the hit on the server through ajax however when i place the same text box inside the tab view nothing happens on the console.
this means that the jquery is not running inside the tab view. same happens with the jquery tooltip .
The tabs are created first and when the tabs are displayed , if I type some value in the auto complete text box which is inside the first tab , the firefox console does not show anything. But if I place the auto complete textbox out side of the tabs then the console shows hit made on the server.
I have also tested simple JQuery which seems to work , I think the issue is coming if I use two different libraries , in this case YUI & JQuery.
I cannot paste the link as this is an intranet web application.