How to declare other thing?
On 8月13日, 下午7時28分, Jon Banner wrote:
> $('#show').click(function(){
> $('#popup').fadeIn("slow", function(){
> $(other things).click(function(){
> $('#popup, #show').hide();
> });
> });
>
> });
>
> 2009/8/13 David .Wu
>
>
>
> > There is a bu
$('#show').click(function(){
$('#popup').fadeIn("slow", function(){
$(other things).click(function(){
$('#popup, #show').hide();
});
});
});
2009/8/13 David .Wu
>
> There is a button control a div show or not, I want when you click
> other things then the div will disap
2 matches
Mail list logo