[jQuery] Re: IE doesn't seem to see classes created by other JQuery Script

2009-07-14 Thread zorba
No, as far I as can see. I wrap some lists of words with using a little fn: function setBold(text) { var occur = text.split(","); for( i=0; i' + r.text + '<\/strong>'); r.collapse(false) } }: function (node, te) { var pos,

[jQuery] IE doesn't seem to see classes created by other JQuery Script

2009-07-13 Thread zorba
Hi, I'll do my best to explain the following. I simply want to do this: $("myDiv p").find(".highlight:contains(someText)").doSomeStuff... where the class ".highlight" has just been appended by another script. It works great with FF but not with any of the IE navigators. I verified with the

[jQuery] ajaxSubmit and NiceJForms plugins

2008-02-04 Thread zorba
Hello. The NiceJForms plugin is called like following: $.NiceJForms.build(); I build a form dinamically so that I have to call again NiceJForms to apply it to the new elements. Here is the problem, if I do: var options = { //some stuff success: functio

[jQuery] ajaxSubmit and NiceJForms plugins

2008-02-04 Thread zorba
Hello. The NiceJForms plugin is called like following: $.NiceJForms.build(); I build a form dinamically so that I have to call again NiceJForms to apply it to the new elements. Here is the problem, if I do: var options = { //some stuff success: functio

[jQuery] Re: Ajax tabs detect automatically

2007-10-15 Thread zorba
last question, it seems that triggerTab() is no more useful. How can I replace it please? thanks

[jQuery] Re: Ajax tabs detect automatically

2007-10-15 Thread zorba
well, you're right, the way I use tabs in these pages is not exactly what it was built for. I use it as a Client-side pagination. Works nice that way also. So I got confused when I finally found the reasons of non-working upgrade, and I apologise that you lost your time because of me. There were

[jQuery] Re: Ajax tabs detect automatically

2007-10-12 Thread zorba
could any 'jQueryan' help me to avoid remote tab loading automatically? pleeaaz?

[jQuery] Re: Ajax tabs detect automatically

2007-10-10 Thread zorba
The best woud be if you could just have a look at this site I'm currently developping. http://maroc.visages-trekking.com/beta/randonnee-ski-rando.php access with login 'zorba' / password 'kazantzakis' As you see there is a list of items into tabs, each item linking

[jQuery] Ajax tabs detect automatically

2007-10-09 Thread zorba
hi, using that wonderful plugin for a while. Thanks Klaus Hartl ! Now, I've just been updating with version 3.0 My problem is that in older versions, you had to precise { remote: true } in order to load tab content dynamically via Ajax. Well now, tabs() detect automatically any link in the con