; ( function($) { $.fn.create = function() { $(this).before("
"); title=$(this).attr("title"); var $childs=$(this).prev().children(); var child=$childs[0]; $(child).html(title); $(".btn-slide").click(function(){ var div=$(this).parent().next() $(div).slideToggle(); $(this).toggleClass("active"); return false; }); } })(jQuery);