silverstripe-blog/javascript/bbcodehelp.js

13 lines
156 B
JavaScript

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