11 lines
154 B
JavaScript
Raw Normal View History

(function($) {
$.entwine('ss', function($){
$('#BBCodeHint').entwine({
2007-09-06 22:33:58 +00:00
onclick: function() {
$('#BBTagsHolder').toggle();
2007-09-06 22:33:58 +00:00
}
});
2007-09-06 22:33:58 +00:00
});
}(jQuery));