jQuery UI - Membuat Tabs View

Bookmark and Share

$(document).ready(function(){
$("pre").hide();
$("#a1").click(function() {
$("#sc1").toggle("open");
})
$("#a2").click(function() {
$("#sc2").toggle("open");
})
$("#a3").click(function() {
$("#sc3").toggle("open");
})
$("#a4").click(function() {
$("#sc4").toggle("open");
})
});

$(function() {
$( "#tabs1" ).tabs();

$("#tabs2").tabs({
event: "mouseover"
})

$("#tabs3

{ 0 komentar... Views All / Send Comment! }

Posting Komentar