Added dirocty from javascript to jquery
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
$(document).ready(function() {
|
||||
$("#button_effects1").click(function(){
|
||||
$('#button_effects1').hide('slow');
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user