Thread
:
how can i make an element go poof?
View Single Post
04-22-2011, 05:05 PM
HomerSimpson
Too lazy to set a custom title
Industry Role:
Join Date: Sep 2005
Location: Springfield
Posts: 13,826
if you want it animated
Code:
$(#next).hide();
if you want it quick
Code:
$(#next).css({visibility: "hidden"})
just add logic (some ifs) to it and you're done
__________________
Make a bank with Chaturbate - the best selling webcam program
Ads that can't be block with AdBlockers !!!
///
Best paying popup program (Bitcoin payouts) !!!
PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:
HomerSimpson
View Public Profile
Visit HomerSimpson's homepage!
Find More Posts by HomerSimpson