Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

What is XML and JSON? 5 Best Tools to Convert The XML File to JSON

When you design software or web pages, you need to deal with a variety of formats and languages. And many programming languages and language frameworks are used to make your work efficient and responsive.   Most of the time, you must c...

How to restrict a list of domain name in Email validation using JS with demo

If you want to validate your email field with a list of domain name and normal email validation, then we can do that with the help of following code: HTML: <div class="form"> <input id="emailAdd" type="text" onkeyup="emailVal()...

Sending JSON data from one HTML page to another using Session

Here is the code of the send.html file: <ul id="ul-list"> <li><input type="text" class="input-text"><input type="text" class="input-text"></li> <li><input type="text" class="input-text"><i...

jQuery $.ajax()

$,ajax() allows to make an ajax call. This method provide more control than any other method. In the ex below all the parameters  and comment related to each parameter describe the purpose of each one. var ajaxUrl = "Json.htm"; ...

jQuery getJson

getJson is the method that is used to call the json data by ajax call. We can only pass the parameter using the get method. ex of json call function and the data displayed. var jsonUrl = "Json.htm"; $("#btnJson").click(function () { ...

JSONP concept

JSONP stands for JSON with padding. All the browsers follow the same origin policy. You can not send XMLHttpRequest to other domain. To prevent this security, we need to use the JSONP in ajax request. When we request a ajax call to the remote ser...

Send JSON Objects with an ajax request

Hi, To send an ajax request, we have number of functions in jQuery. But to send JSON object along with the request, I chose jQuer.ajax(). It takes various parameters url, type, data, dataType, beforeSend etc. See below steps jQuery.aja...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: