• ARCHIVES 
  • » [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

Pages: 12

[b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

KaNaLiTnUk
» FTalkFreak
FTalk Level: zero
1911
0
1969-12-31

[b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

[b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod=document.getElementById(x) if(mod){ mod.style.cssText="display:"+(mod.style.cssText.indexOf("block")!=-1||mod.style.cssText==""?"none":"block")+"!important" } }[/spoiler] [b]2.[/b] After that put this script inside your onload handler : [spoiler]showhide("[b]divID[/b]");showhide("[b]divID[/b]");showhide("[b]divID[/b]");showhide("[b]divID[/b]");showhide("[b]divID[/b]");[/spoiler] Change the [b]divID[/b] with divID of the box you wish to hide. Here is the list : [quote][b]0[/b] = controlpanel [b]1[/b] = photos [b]13[/b] = blogs [b]12[/b] = reviews [b]6[/b] = moreabout [b]18[/b] = publiccomments [b]10[/b] = scrapbook [b]15[/b] = meettrail [b]2[/b] = friends [b]14[/b] = googleads [b]7[/b] = fan [b]8[/b] = groups[/quote] [b]3.[/b] Done and happy tweaking FTalk'ers :) [b]To FTT Mods[/b] : If this tutorial similar to Xavier's thread here [url]http://theftalk.com/t7772-hide-code-%28script-style%29.html[/url] please delete this thread. Thank you :)

Last edited by KaNaLiTnUk (2008-11-01 13:16:03)

bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

First to comment! Thanks for the updated codes and even posting the div id's we need will make it much easier for newbies like me to understand and use :thumbsup:
KaNaLiTnUk
» FTalkFreak
FTalk Level: zero
1911
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

[quote=bobcbar]First to comment! Thanks for the updated codes and even posting the div id's we need will make it much easier for newbies like me to understand and use :thumbsup:[/quote] You're welcome sir Bobcbar :)

Last edited by KaNaLiTnUk (2008-10-08 07:28:26)

kuntilanak
» FTalkElite
FTalk Level: zero
4412
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

thank you so much for the information i will try to edit my js once more again thanks a lot brother....
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

wow, this one is better than using the other style of hiding boxes using script.. it is easier to understand and to use.. thanks for sharing this sir.. =)
backstab
» n00b
FTalk Level: zero
6
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

sir, just wanna ask something is it posible to hide the class too ?
mericthewind
» n00b
FTalk Level: zero
8
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

Please give me the exampel i dont understand
okacybernet
» FTalkGeek
FTalk Level: zero
1227
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

=D wew shared on here too :thumbsup: nice my big bro :cool:
losher29
» FTalkElite
FTalk Level: zero
5917
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

who this is nice now we can summarize everything in js too. thank you for sharing. :lol: +repu for you sir

Last edited by losher29 (2008-10-08 07:31:50)

KaNaLiTnUk
» FTalkFreak
FTalk Level: zero
1911
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

[quote=backstab]sir, just wanna ask something is it posible to hide the class too ?[/quote] I think bro Xavier already update the CSS hide codes including how to hide the div classes bro Backstab. Please proceed here :arrow: [url]http://theftalk.com/t10469-p70-CSS-Hide-Codes-%5BUpdate%5D.html[/url]

Last edited by KaNaLiTnUk (2008-10-08 07:39:45)

backstab
» n00b
FTalk Level: zero
6
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

ok sir, thanks for that info anyway, u'r code :thumbsup: i like it
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

i didn't know that you psted this one bang... it works on my sister's account... anyways thanks for sharing :D :thumbsup:
aridee
» n00b
FTalk Level: zero
31
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

very nice... thx 4 sharing..
satisfied008
» n00b
FTalk Level: zero
22
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

what is onload???:(
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

[quote=satisfied008]what is onload???[/quote] I have answered you question in many post, you need to have an external js file with an onload handler to use this code. [url]http://theftalk.com/t34431-%5BVIDEO-TUTORIAL%5DMaking-Extensions-Files%28JS%29-%5BI%27m-Taking-Requests%21%21%5D.html[/url]
ibh3L
» FTalker
FTalk Level: zero
154
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

nice trick :thumbsup: good job =)
blacklizard_return
» FTalker
FTalk Level: zero
156
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

[quote=satisfied008]what is onload???:([/quote] The onload event occurs immediately after a page or an image is loaded Supported by the following HTML tags: <body>, <frame>, <frameset>, <iframe>, <img>, <link>, <script> Supported by the following JavaScript objects: image, layer, window [b]BUT[/b] since friendster included Mootools framework in their web page, we can use DOMReady event handler as the replacer for onload event handler.. DOMReady event handler will fire up after DOM tree is ready without waiting for images to load.. As a result, the code inside external JS will load faster.. This mainly can be use to decrease the load time for addbox..

Last edited by blacklizard_return (2008-10-25 12:13:01)

cessinsane
» n00b
FTalk Level: zero
3
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

hey. hide codes is now failed. :( [url=http://theftalk.com/][img]http://addons.friendstertalk.com/userbar168730-1.gif[/img][/url]
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

[quote=cessinsane]hey. hide codes is now failed[/quote] What do you mean codes failed? You are saying they do not work make sure you added them correctly to ur external js file. =)
kiax07
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

wher should i put the codes? css section, media section or about me section?please answer me:|
  • ARCHIVES 
  • » [b]Credits[/b] : Angell de Ville and Crazydavinci :arrow: Recommended for those who use Load & Unload Trick [b]1.[/b] Put this script outside your onload handler : [spoiler]function showhide(x){ mod

Pages: 12

Board footer

© 2024 F Talk

Current time is 04:25

[ 10 queries - 1.453 second ]
Privacy Policy