Category: AJAX

Jquery webcam plugin

Here i am explaining the integration of your webcam with jquery plugin. Article originally inspired by xarg.org.Simply create an index.php and put all below...

How to add extra data with ajax serialize form

In normal Ajax post we send form in serialize way, but suppose you want to send some extra value to you php page then you can do as below. data: $('#youForm).serialize() +...

jquery autocomplete highlight match

Highlight jQuery Autocomplete results that match the text already typed I am assuming that you already implemented jQuery Autocomplete . Now you want to just highlight the part of...

Submitting form with ajax using serialize

jquery and ajax basic is well known to everyone. I am explaining basic example of submitting a for using ajax in serialize form Her is xample:- We have basic form <form...