[jQuery] Tooltip read xml file

2009-11-03 Thread jampov
Hello. I am a newbie with jquery and I need and little help. I am creating bassistance jQuery tooltip plugin. The problem is that I can not get certain parts of an XML document and insert it into the tooltip. The first time I pass the cursor, nothing happens. After the information is not updated

[jQuery] Tooltip read xml file

2009-11-03 Thread jampov
Hello. I am a newbie with jquery and I need and little help. I am creating bassistance jQuery tooltip plugin. The problem is that I can not get certain parts of an XML document and insert it into the tooltip. The first time I pass the cursor, nothing happens. After the information is not updated

[jQuery] Problem jQuery UI tabs effect

2009-07-31 Thread jampov
Hi, I mounted a tabbed section on jQuery UI 1.2.7. I use ajax to call a file .html each time you click a tab. Everything works correctly until you add an effect. To be more concise, everything continues to function well even after adding the effect, but now every time you press a tab or tabs, the

[jQuery] Re: jquery tabs ajax mode

2009-01-29 Thread jampov
I love you stepahn. A million thanks.

[jQuery] jquery tabs ajax mode

2009-01-29 Thread jampov
Hello. I need some help with tabs jQuery v2.7.4 of stilbuero. I want to use Ajax Mode and open the links in a given container. For example: Tab one Tab two Tab three ... Can you tell me how to do it? Sorry for my bad English.

[jQuery] ToolTip Bassistance insert external information

2008-10-03 Thread jampov
Hello. I want to know if it is possible to insert external information in the tooltip, for example, from XML. I that by means of the function of jQuery "$get" or "$post" I can read a file XML or part of he, of the following way. $.get ("data.xml", function (xml) { … } How to implement it with th