GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   how can i make an element go poof? (https://gfy.com/showthread.php?t=1019629)

fris 04-22-2011 04:54 PM

how can i make an element go poof?
 
im creating a theme, and i want to make the next element disappear after the last post (next/prev) at the top, if you click next it wil take you down a post.

http://test.fris.net

HomerSimpson 04-22-2011 05:05 PM

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

cam_girls 04-22-2011 05:10 PM

server side = increase the SQL row count by 1

client side = unset the visible tag

or a live update, not sure what you are doing exactly, probably not suitable and a lot more work

bns666 04-22-2011 05:21 PM

btw, nice looking theme :thumbsup


All times are GMT -7. The time now is 12:38 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123