jQuery : Disable and Enable Selected Options in DropDownList

To disable the selected option from select input element, following piece of code can be used,


and to enable an option that is disabled already,

In this example, let us have one div for each option of select element with the option text and a remove link which

Read More

The Hypertext Transfer Protocol (HTTP)

The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. This is the foundation for data communication for the World Wide Web (i.e. internet) since 1990. HTTP is a generic and stateless protocol which can be used for other purposes as well using extensions of

Read More

AJAX – Send a Request To a Server

The XMLHttpRequest object is used to exchange data with a server.

To send a request to a server, we use the open() and send() methods of the XMLHttpRequest object:

 

Read More

Audio autoplay

 

Read More

Sample Ajax call

 

Read More

Javascript Slugify

 

Read More

Ajax getHTTPObject function

 

Read More

File Upload in Ajax

Short Version

 

Read More

reCAPTCHA Responsive Scaling

HTML

CSS

Script

 

Read More

Serialize Form to JSON

or another approach

 

Read More