Closed GoogleCodeExporter closed 9 years ago
Quick correction to the jQuery code I provided above:
$('.teaser-control').click(function() {
$('#teaser').toggle();
return false;
});
(Forgot to wrap the code in an anonymous function.)
Original comment by jim.ere....@gmail.com
on 9 Sep 2008 at 6:10
The inline handling is just sloppiness -- I agree with your suggestion
Original comment by jtau...@gmail.com
on 27 Oct 2008 at 10:58
Since i'll be working on template refactoring, this will be taken care of at
the same time.
Original comment by gregoryj...@gmail.com
on 27 Oct 2008 at 11:41
I did a bunch of these when I redid the toggle forms
Original comment by jtau...@gmail.com
on 31 Oct 2008 at 12:21
Original comment by pyDanny
on 13 Mar 2009 at 3:40
Original comment by pyDanny
on 31 Mar 2009 at 4:08
Original issue reported on code.google.com by
jim.ere....@gmail.com
on 9 Sep 2008 at 6:05