On Apr 28, 1:07 pm, happycodr <[EMAIL PROTECTED]> wrote:
> my idea.
>
> ****************
>
>    content = klik= fade out new
>
> ****************
>
> '''''''''''''''
>
> new ()
>
> ''''''''''
>
> oke,plz withd html

  <div id="foo">old contents</div>

$('#foo').one('click', function(){
   $(this).html('new content').fadeIn();
});

   (BTW, please try to express your need correct)

--
  <?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com    Blog: http://rajeshanbiah.blogspot.com/

Reply via email to