Earning in Appsnetwork is easy. The task are simple. Simply,
downloading the apps, writing review, rating are the main task. Similarly
earning through watching videos, simple survey etc. are also task of
appsnetwork. I was wandering about which was the best paid online job so that I
could stay at home and easily do online job. I searched for online job over
internet over and over again. Initially, I did other types of online job. But
they appear to be difficult and paid so little. So, later I found this
Wednesday, December 10, 2014
Tuesday, August 19, 2014
Character counting in jquery : example
Below is a html code which creates a textarea and a span tag for displaying total remaining character to reach maximum length of textarea.
<html>
<head><title>Character Counting remaining example in jquery</title></head>
<body>
<textarea type="textarea" id="textarea_id" maxlength=120></textarea><br />
<html>
<head><title>Character Counting remaining example in jquery</title></head>
<body>
<textarea type="textarea" id="textarea_id" maxlength=120></textarea><br />
Stop in jquery : example
Below is a html code for which give slidetoggle effect with startstop.js .
<html>
<head><title>slidetoggle with jquery example</title></head>
<body>
<p><input type="button" id="start_btn" value="slide start" />
<html>
<head><title>slidetoggle with jquery example</title></head>
<body>
<p><input type="button" id="start_btn" value="slide start" />
Slide Effect in jquery : example
This is a html code for creating button and image.
For Slide Down
<html>
<head><title>Slide Down with jquery example</title></head>
<body>
<p><input type="button" id="btn" value="slide down"></p>
Odd Even selector in jquery : example
Below is a simple html code for creating table with six rows.
<html>
<head><title>Odd Even Selector</title>
<link rel="stylesheet" type="text/css" href="odd_even_selector.css"
</head>
<body>
<table class="table">
<html>
<head><title>Odd Even Selector</title>
<link rel="stylesheet" type="text/css" href="odd_even_selector.css"
</head>
<body>
<table class="table">
Image gallery effect in jquery : example
Below is a html code for creating simple image gallery. Image effect is given by jquery code below it.
<!DOCTYPE html>
<html>
<head><title>effect in image gallery with jquery code example</title></head>
<body>
<!DOCTYPE html>
<html>
<head><title>effect in image gallery with jquery code example</title></head>
<body>
Monday, August 18, 2014
Multiple selector in jquery : example
This page creates one button and one paragraph. Both, button and paragraph has id of btn and para respectively.
<!DOCTYPE html>
<html>
<head><title>Multiple Selector Example</title>
</head>
<!DOCTYPE html>
<html>
<head><title>Multiple Selector Example</title>
</head>
Key up and Key down in jquery : example
Below html code creates a input type field which is handled with jquery code.
<!DOCTYPE html>
<html>
<head><title>Key Up down example in jquery</title></head>
<body>
<!DOCTYPE html>
<html>
<head><title>Key Up down example in jquery</title></head>
<body>
Focus in and Focus out in jquery : example
The below html code create two input fields with label Name and Age.
<!DOCTYPE html>
<html>
<head><title>Focusin Focusout Example in jquery</title></head>
<body>
<!DOCTYPE html>
<html>
<head><title>Focusin Focusout Example in jquery</title></head>
<body>
Fading effect in jquery : example
This simple html page that loads an image with different fading effect.
<!DOCTYPE html>
<html>
<head><title>Fadein with jquery example</title></head>
<body>
<!DOCTYPE html>
<html>
<head><title>Fadein with jquery example</title></head>
<body>
Subscribe to:
Posts (Atom)