Tutorial Tentang jQuery
jQuery greatly simplifies JavaScript programming.
jQuery is easy to learn.
"Try it yourself" Examples in Each Chapter
With our online editor, you can edit the code, and click on a button to view the result.Example
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
});
$("p").click(function(){
$(this).hide();
});
});
Try it yourself »



0 komentar:
Posting Komentar