Dynamic Views
HTML 5,JQUERY,CSS,Java Script
Home
Wednesday, 21 November 2012
Convert String to Integer : Like parseInt() in java
Posted by Unknown
Posted on Wednesday, November 21, 2012
No comments
var a=3;
var b='6';
var c=a+parseInt(b);
alert("Sum:"+c);
Output:
Sum: 9
Categories:
JQuery
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
0 comments:
Post a Comment
Leave a comment on blog quality.
Subscribe to:
Post Comments (Atom)
Blogger
Labels
Books
(2)
Bootstrap
(2)
How To
(2)
HTML 5
(2)
Java Script
(4)
JQuery
(15)
Page Load
(1)
Tools
(1)
About Me
Unknown
View my complete profile
Chat
Chat With Harit Kumar
Blog Archive
►
2013
(23)
►
July
(1)
►
June
(2)
►
May
(2)
►
April
(6)
►
March
(3)
►
February
(3)
►
January
(6)
▼
2012
(7)
▼
November
(7)
Convert String to Integer : Like parseInt() in java
Jquery Show/Hide Div
Bootstrap Template : Take Permission Before Use fr...
Form Validation Jquery
Star Rating Ajax
Time Picker Drop Down - JQUERY
Welcome to, Dynamic Views
Followers
Popular Posts
Cross Browser CSS
Import css_browser_selector.js in your head section css_browser_selector.js Internet Explorer - yellow Internet Explorer 7 - orange ...
Iterate Java Map Through Javascript
for (var i = 0, keys = Object.keys( a_hashmap ), ii = keys.length; i < ii; i++) { console.log('key : ' + keys[i] + ...
Iterate Java Map Using Jquery
$.each(data., function(key, value) { alert(key); });
Related Posts Widget With Thumbnails
Adding Related Posts Widget is the smart way to increase your blog’s page views and your blog’s visits. This widget shows the relat...
Read Only Checkbox Jquery
<input type="checkbox" checked="true" onclick="return false"/>
Find Mime Type Of a file in java
import java.io.File; import javax.activation.MimetypesFileTypeMap; public class TestMimeType { public static void main(String[] args) {...
Set Value In Hidden Field Using JQuery
$('input[name="currentPage"]').attr('value',currentPage);
13 Free Online Books and 17 Free eBooks (PDF) Tutorials For Web Designers
Web Designing Online Books 1. Getting Real from 37Signals Getting real is one of the most famous books for web designing. It cove...
jQuery Time Entry
Download Here: Click Here
Multiple Select Box onselect/onclick Jquery Event
Attaches a change event to the select that gets the text for each selected option and writes them in the div. It then triggers the event ...
0 comments:
Post a Comment
Leave a comment on blog quality.