Changeset 4530 for extensions/Juza/js


Ignore:
Timestamp:
Dec 19, 2009, 9:39:29 PM (14 years ago)
Author:
vdigital
Message:

[Update] For Juza - Juza Theme Configuration Menu is working at 99% at least

  • Menubar
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Juza/js/juzascript.js

    r4514 r4530  
    44  });
    55  $('div.illustration a img').each(function() {
    6     $src = $(this).addClass('bigImg').attr('alt');
    7                 $medium = $('#ix-cat .Cat-'+$src).eq(0).attr('title');
    8                 $title = $('#ix-cat .Cat-'+$src).eq(0).attr('alt');
     6    $src = $(this).addClass('bigImg').attr('src');
     7                $medium = $('#ix-cat .Cat[src="'+$src+'"]').eq(0).attr('title');
     8                $title = $('#ix-cat .Cat[src="'+$src+'"]').eq(0).attr('alt');
    99                $(this).attr('src', $medium).attr('title', $title);
    1010  });
     
    4040    $(this).parent('h3').eq(0).next('.text').after('<ul>'+$cat_tree+'</ul>');
    4141  });
     42        $('a.Juza_menu').click(function() {
     43          $('#menubar').toggleClass('displayed');
     44        });
     45        //$('span#updateRate').parent('table').eq(0).show().children('td').hide();
     46        //$('span#updateRate').parent('td').eq(0).show();
    4247});
Note: See TracChangeset for help on using the changeset viewer.