You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: Bowromir

Basic information

Registered Jun 10, 2009
Last login Dec 5, 2009
Forum posts 8
Direct URL http://www.flowplayer.org/forum/users/11659

Latest forum posts

Posts:

Registered:

» » » How do I use TOOLS/jQuery no conflict mode ?

Posted: Aug 5, 2009

No I have not.. If someone could shed some light on this issue it would be awesome!

Posts:

Registered:

» How do I use TOOLS/jQuery no conflict mode ?

Posted: Jun 20, 2009

Can anyone help me with this?

Posts:

Registered:

How do I use TOOLS/jQuery no conflict mode ?

Posted: Jun 17, 2009

Hi Everyone,

I am trying to use quite a few Tools scripts on my website, but I use a social network script that uses MooTools and quite a few other JS as well.. I've included tools into my header AFTER all the other scripts, because if I include it before them, TOOLS doesnt work at all..

So when I include tools after the rest I seem to be running into errors with menu's not displaying and MooTools tooltips not showing up. So I need to modify my TOOLS JS so it won't cause conflicts.. Now I've looked on the internet and saw that I need to include:

var J = jQuery.noConflict();

In my JS to change the $ into J and won't cause problems with other JS.. So the next step I did was to replace all the "$" for "J"..

But do I need to do this for the entire Tools script? Do I need to edit jquery.tools.js and do the replacements, or can I just edit the javascript on the page itself like this:


// perform JavaScript after the document is scriptable. 
var J = jQuery.noConflict();
J(function() { 
    // setup ul.tabs to work as tabs for each div directly under div.panes 
    J("ul.tabs").tabs("div.panes > div"); 
});

I tried the above, and the Tools javascript keeps working, but it doesnt solve the conflict issues on my site.. I am a total n00b in javascript so some help would be great!

Thanks in advance :)

Posts:

Registered:

» » » div elements inside tabs

Posted: Jun 17, 2009

I have the same problem as well.. The page tab remains empty when trying to load an external .php page which uses <divs>..

Posts:

Registered:

» » Combining Scrollable With External XML-Updated Playlist

Posted: Jun 13, 2009

This sounds really interesting, and if you get it working exactly as you want, please let me know ok? I am interested in making something like you did for my site as well!

Posts:

Registered:

» » » » Loading .gif animation for AJAX tabs?

Posted: Jun 12, 2009

Once again.. thanks!!

Posts:

Registered:

» » Loading .gif animation for AJAX tabs?

Posted: Jun 11, 2009

Works like a charm! Is it possible to load .php files in the tabs as well btw? I've tried but so far it's not working.. so before I digg into the files and get a headache I rather ask first if it might have something to do with the script :)

Posts:

Registered:

Loading .gif animation for AJAX tabs?

Posted: Jun 11, 2009

Hi everyone,

I was wondering if it's possible to show some kind of loading animation to display when a tab is requesting an external page .. Can that be done by adding extra stuff to the tabs.css or does it take more to do this?

Any help would be awesome, I'm a total beginner at this stuff.. Thanks so much for developing TOOLS and the incredible easy to follow tutorials!

Bowromir