jQuery ajax POST example with PHP - JQuery ajax example
jQuery Ajax is the powerful tool of jQuery, You can create an attractive webpage with the help of JQuery ajax example. jQuery's Ajax methods return a...
How to send additional parameter with form data with ajax
Pass form data in ajax, Yes now I am going to introduce one more thing for Ajax formdata. The point is "How to submit additional parameter to the Ajax...
Split a string with multiple separators in javascript - JS split
JS split multiple separators works with split method. Javascript split multiple delimiters using regex expression. Javascript split on multiple charac...
Create 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 d...
How 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 r...
What is jQuery noConflict?
jQuery uses the dollar sign ($) as a shortcut or alias for jQuery. Thus, if you use another JavaScript library that also uses the $ sign as a shortcut...