Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • aspik Friend
    #167775

    jquery + JAT3 2.0

    error: this.menu.getElements is not function

    start: function () {
    //do nothing if loaded
    if (this.loaded) return;

    this.menu = $(this.menu);
    //preload images
    var images = this.menu.getElements ('img');
    if (images && images.length && !this.imageloaded) {
    var imgs = [];
    images.each (function (image) {imgs.push(image.src)});
    if (imgs.length) {
    new Asset.images(imgs, {
    onComplete: function(){
    this.start();
    }.bind(this)
    });
    this.imageloaded = true;

    //call this start if cannot load image after sometime
    this.start.delay (3000, this);
    return ;
    }
    }


    1. scrin
    jooservices Friend
    #408359

    Hi
    If you are using jQuery i suggest prevent include it directly. It must be use with noConflict mode. You can try to use SC Plugin to do that 🙂
    Thank you
    Viet Vu

    pritam Friend
    #408369

    Hello aspik ,

    To use jquery + JAT3 2.0

    You can refer to this URL :-

    http://www.joomlart.com/forums/topic/make-t3-tamplate/#post-408095

    aspik Friend
    #408386

    <em>@jooservices 262402 wrote:</em><blockquote>Hi
    If you are using jQuery i suggest prevent include it directly. It must be use with noConflict mode. You can try to use SC Plugin to do that 🙂
    Thank you
    Viet Vu</blockquote>

    the module was originally set up a conflict-free work

    jQuery – noConflict

    http://extensions.joomla.org/extensions/photos-a-images/images-slideshow/16520?qh=YToxOntpOjA7czo5OiJqdGVtcGxhdGUiO30%3D

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

This topic contains 4 replies, has 3 voices, and was last updated by  aspik 12 years, 8 months ago.

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