View Single Post
04-04-2009, 06:17 PM
#2
hijax is offline hijax
Status: Junior Member
Join date: Apr 2009
Location:
Expertise:
Software:
 
Posts: 32
iTrader: 1 / 100%
 

hijax is on a distinguished road

  Old

Why on earth would anyone still be using Javascript for this kind of thing.

I type 4-5 lines of code in Jquery and I get the same results.

$(document).ready(function () {
$('.div').click(function () {
$('ul.div').slideToggle('slow');
});
});

Reply With Quote