Any tips on how to use this?

I have been using jq 1.2 and it has mostly been working - but noticing a couple core things busted now. This module maybe sounds like the fix - but doesnt load.

I will try to go back to core dr 5.3 and then i guess maybe add jquery_update, and then this module??? i think that is what i have now that i have removed jq 1.2 - module installed but no jquib.js gets loaded.

ill keep trying things

Comments

liquidcms’s picture

ok, well no such thing as a backport_Add hook.. so no reason this module code would get run... so i guess just some function to call from somewhere???

liquidcms’s picture

ok, added the function in a tpl to add this.. and now its there.. and wow.. massive.. and nope my 1.2 codes still busted

liquidcms’s picture

wow.. ok.. more testing required.. but it might be working

i had code like this :

if (Drupal.jsEnabled) {
    $(document).ready(function(){  
        

        $ui("#Home").hover (
            function () {$ui("#Home").addClass("active"); }, 
            function () { $ui("#Home").removeClass("active");  }
        ); 
.
.
.

i replace all the $ with $ui.. and that was busted.. changed the first line back to $ and now things seem to work.. which might makes sense

but still.. wow... 260k... just to fix the "select all" check box... wow.. scary.. lol

starbow’s picture

Status: Active » Closed (fixed)