How to read image using jquery & html5
File reader API is used to read a file from your local hard drive
We can find Atricle about File reader
DEMO
HTML PART :
<input id="imageread" type="file" />
<canvas id="img"></canvas>
Jquery Code :
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.1.min.js"></script>
<script...
Friday, 7 November 2014
Monday, 3 November 2014
Add Extra Field Like Google Plus

Jquery code to add extra field using jquery.
Demo
HTML PART :
<div class='extdiv'>
<input type="text" class="addmore" />
</div>
JQUERY CODE :
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.1.min.js"></script>
<script>
$(document).on("keyup",".extdiv...
Facebook
Twitter
Google+
GitHub
Stackoverflow
RSS
Popular Posts
-
How to read image using jquery & html5 File reader API is used to read a file from your local hard drive We can find Atricle ...
-
Jquery code to add extra field using jquery. Demo HTML PART : <div class='extdiv'> <input type...
-
A simple jquery filter ..! Usage: Here my requirement is to search users by category (ex: music director and singer). By using this ...
-
A simple Flask Redis Tutorial Install requirements : flask, redis Install virtual environment: sudo apt-get install python3-v...
-
Remember the traditional method of calling $(document).ready() ? <script> $(document).ready(function(){ // Code Goes Hear }); ...
-
Simple shell script to clone your flask app , installing requirements, activating virtual environment and running the application. ...
-
Sometimes we write a logic to show comma separated data. But the challenge is not to append comma to the last value. We can do this by us...
-
Another jQuery filter by click event Usage: Here my requirement is i need to search users by using their category(ex: music director and s...
-
Submit a form without submit button and javascript submit We mostly prefer php form submit either using javascript or normal submit. ...
Blog Archive
About Me
Powered by Blogger.