Saturday, 29 August 2015
Friday, 11 April 2014
code is working in fiddle but not working in my system
If your code is not working in jsfiddle.net , then write your code in ready function, Like...
$(document).ready(function(){
// code here
});
$(document).ready(function(){
// code here
});
Thursday, 10 April 2014
Hide 2 Textbox When clicking on 1 Radio box
radio_example.php
<input type="radio" class="radioBtn" name="radioBtn" id="radio1" /> radio 1
<input type="radio" class="radioBtn" name="radioBtn" id="radio2" /> radio 2
<input type="radio" class="radioBtn" name="radioBtn" id="radio3" /> radio 3
<br />
<input type="text" class="textBox" id="text1" value="text 1" />
<input type="text" class="textBox" id="text2" value="text 2" />
<input type="text" class="textBox" id="text3" value="text 3" />
radio_js.js
$(".radioBtn").click(function()
{
// $(".textBox").hide();
if ($(this).attr("id") == "radio1") {
$("#text1").show();
$("#text2").css('display','none');
} else if ($(this).attr("id") == "radio2") {
$("#text2").show();
} else if(($("#text1").hide()) && ($("#text2").hide()))
{
$("#text3").show();
}
});
Thursday, 29 August 2013
If
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Is equal to
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Then
H+A+R+D+W+O+R+K =
8+1+18+4+23+15+18+11 =
98%...
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Is equal to
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Then
H+A+R+D+W+O+R+K =
8+1+18+4+23+15+18+11 =
98%...
K+N+O+W+L+E+D+G+E =
11+14+15+23+12+5+4+7+5 =
96%
L+O+V+E=
12+15+22+5=
54%
L+U+C+K =
12+21+3+11 =
47%
None of them makes 100%
Then what makes 100% ???
Is it Money?
NO !!!
Leadership?
NO !!!
Every problem has a solution,
only if we perhaps change our
"ATTITUDE".
It is OUR ATTITUDE towards Life and Work that makes
OUR Life 100% Successful..
A+T+T+I+T+U+D+E =
1+20+20+9+20+21+4+5 =
100%
Tuesday, 13 August 2013
The First Letter In Your Name
predicts your Character: ??
A― Romantic
B― Proud
C― Innocent
D― Lovable
E― Gud but Hurt full
F― Compassionate
G― Logical Minded
H― Leadership Potential
I― Helpful
J― Free- spirited
K― irritating
L― Funny
M― Emotional
N― Sensible
O― Supportive
P― Crazy
Q―Unpredictable
R― Practical
S― Loving
T― Fake
U― Sensitive
V― Genius
W― Calm
X― Easy-Going
Y. Intelligent
Z― Jovial
Whats yours CoMmENT fast ?
Friday, 2 December 2011
Subscribe to:
Posts (Atom)


