jQuery : Disable and Enable Selected Options in DropDownList

To disable the selected option from select input element, following piece of code can be used, [crayon-68b5c2b6d7537566543408/] and to enable…

7 years ago

Javascript Slugify

[crayon-68b5c2b6d9354386086404/]  

7 years ago

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…

7 years ago

Ajax getHTTPObject function

[crayon-68b5c2b6ddf6b923444690/] [crayon-68b5c2b6ddf7a399338065/] [crayon-68b5c2b6ddf7c909910847/]  

7 years ago

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…

7 years ago

File Upload in Ajax

[crayon-68b5c2b6e2c3a505524456/] Short Version [crayon-68b5c2b6e2c47785781843/] [crayon-68b5c2b6e2c49034895051/]  

7 years ago

Audio autoplay

[crayon-68b5c2b6e7acb157864720/]  

7 years ago

reCAPTCHA Responsive Scaling

HTML [crayon-68b5c2b6ed52a718109126/] CSS [crayon-68b5c2b6ed535881431155/] Script [crayon-68b5c2b6ed537588185560/]  

7 years ago

Sample Ajax call

[crayon-68b5c2b6f37ca915885048/]  

7 years ago

Serialize Form to JSON

[crayon-68b5c2b700529726977427/] or another approach [crayon-68b5c2b700535609205229/]  

8 years ago