test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ghazal Friend
    #172768

    Hi,
    I have had the opportunity to work with ja_edenite. My client wanted to use a jQuery based extension, and a not-surprising conflict appeared.
    Well, being more convinced by Mootools than by jQuery, I simply resolved the problem using document.id instead of the infamous $ (for Mootools 1.3.x and 1.4.x):
    line 33

    this.menu = document.id(this.menu);

    line 272

    var container = document.id('ja-wrapper');

    While I am at it, now that Joomla is Mootools 1.3 based since 1.7 , this should be updated too :
    line 8

    this.options = $extend({

    should be now

    this.options = Object.append({

    line 218 and 228

    $clear (li.timer);

    should be

    clearTimeout(li.timer);

    * also $merge and $defined (of which there are several occurences)

    In any case, congrats for your nice templates and otherwise smoothly working Mootools scripts.

    Ghazal

    John Wesley Brett Moderator
    #447279

    Thank you for your sharing this.

    freissmann Developer
    #447865

    Hi Ghazal,

    thanks for your post. Can you please specificly tell which file needs to be edited?
    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  freissmann 12 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum