Categories: general

Very simple Spoiler with jQuery

This is the simplest implementation of jQuery to hide and show, or toggle an element of a page that is not necessary to be shown when the page loaded. Or in a simple word called a spoiler.

I wrote an article about creating a spoiler before, but not using jQuery, entitled Simple Spoiler.

The first thing you need to do is to put jQuery in your HEAD section.

<head>
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js”></script>
</head>

First, you have to create a button or a link to trigger the effect. But I prefer a button since many forum use a button for a spoiler.

<input type=”button” >spoiler1’).toggle(500);” value=”Show/Hide Spoiler”/>
or
<input type=”button” >spoiler1’).toggle(500);” value=”Toggle Spoiler”/>
or
<a href=”javascript:void(0)” >spoiler1’).toggle(500);” > Show me! </a>

Create a special Div for your image/content, make it hidden first (the very simple way is by using style=”display:none;”).

<div id=”spoiler1” style=”display:none;”>
Your content here.. put some image, table, paragraph, anything… it will be hidden until you click the button..
</div>

That’s it.. Test it using the example below:

I’m hidden, don’t open me… hahahaha…

Finally i got it..

 

Andi Setiawan

Loving husband - Caring Father - Slap bet Commissionaire (I wish) find my complete profile on: http://andisetiawan.com/about-me http://facebook.com/andiim3 - http://gplus.to/andiim3 - http://andiim3.com

Share
Published by
Andi Setiawan

Recent Posts

Dedicated Blog for Dobby and Luna

Dobby and Luna have been part of our lives for the past years. They have…

2 years ago

Demo Site For My Projects

In the year 2021, I've completed some paid projects. Some of them are more technical,…

2 years ago

GlassTime – Glassmorphism WordPress Theme

Based on the GlassTime Bootstrap template, here I present glassmorphism WordPress Theme free to download.This…

3 years ago

GlassTime : Glassmorphism Responsive HTML5 Template

This HTML5 template is using Glassmorphism UI design language which is now trending for 2021…

3 years ago

Daftar Desa, Kecamatan, dan Kode Pos Buleleng – Bali

KecamatanKode POSBanjar81152Buleleng81119Busungbiu81154Gerokgak81155Kubutambahan81172Sawan81171Seririt81153Sukasada81161Tejakula81173Klik pada nama kecamatan untuk melihat daftar desa masing-masing. Sumber: kodepos.andiim3.com

3 years ago

Ninja diganti ADV

Ada yang bilang "semuanya akan mati matic pada akhirnya". Bener aja, sekarang tuntutan transportasi sehari-hari…

4 years ago

This website uses cookies.