silverstripe-blog/javascript/bbcodehelp.js

11 lines
154 B
JavaScript

(function($) {
$.entwine('ss', function($){
$('#BBCodeHint').entwine({
onclick: function() {
$('#BBTagsHolder').toggle();
}
});
});
}(jQuery));