How to send additional parameter with form data with ajax
Send form data with ajax, Yes now I am going to introduce one more thing for Ajax. The point is "How to submit additional parameter to the Ajax page with form-data".
Read MoreCreate dynamic bootstrap modal with JQuery and php
This is the easiest way to create dynamic bootstrap modal with jquery on your web page. The Modal plugin is a dialogue box or a popup window that is displayed on top of your current page.
Read MoreHow to find prefix and suffix of the word in javascript
First of all, you have to know that how to get the currently selected text on the page by using the JavaScript. So, Javascript provided a method for retrieving the current selection of the page by using window.getSelection().
Read MoreSplit a string with multiple separators in javascript
How do I split a string with multiple separators in JavaScript? Are you trying to javascript split string into both commas and spaces and other things? But not getting success!. Don't worry, I'll give you the best solution for you.
Read MorejQuery ajax POST example with PHP
Query Ajax is the powefull tool of jQuery, You can create attractive webpage with the help of JQuery ajax. jQuery's Ajax methods return a superset of the XMLHTTPResuest object.
Read MorejQuery ajax GET example with PHP
jQuery Ajax is the powefull tool of jQuery, You can create attractive webpage with the help of JQuery ajax. jQuery's Ajax methods return a superset of the XMLHTTPResuest object.
Read More