README?

liquidcms - December 20, 2007 - 08:15
Project:jQuery UI Backport
Version:5.x-1.x-dev
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

#1

liquidcms - December 20, 2007 - 08:22

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???

#2

liquidcms - December 20, 2007 - 08:24

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

#3

liquidcms - December 20, 2007 - 08:33

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

#4

starbow - July 21, 2009 - 21:11
Status:active» closed
 
 

Drupal is a registered trademark of Dries Buytaert.