Added dirocty from javascript to jquery
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
$(document).ready(function() {
|
||||
//
|
||||
// add your jQuery code here
|
||||
$("button").click(function() {
|
||||
$("p").slideToggle(2000);
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user