- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
$("html > body a#order_check").click(function(){
if($("html > body a#order_check").is(".active") && !$("html > body div#order_check_b").is(":hidden")){
$("#order_check").removeClass("active")
$("#order_check_b").hide()
}
if(!$("html > body a#order_check").is(".active") && $("html > body div#order_check_b").is(":hidden")){
$("html > body #order_check").addClass("active")
$("html > body #order_check_b").show()
}
})
Lure Of Chaos 06.09.2011 09:56 # −1
ling 06.09.2011 10:17 # +1
inkanus-gray 06.09.2011 14:36 # 0
ling 06.09.2011 14:48 # 0