Posts

Showing posts with the label query

How To Cheque If Interrogation String Acquaint On Url Using Jquery?

document.location contains data virtually the URL, in addition to document.location.search contains the inquiry string. if(document.location.search.length) { // inquiry string exists } else { // no inquiry string exists } You fifty-fifty don't withdraw jQuery. You tin create that using uncomplicated jQuery. Sumber http://developer-paradize.blogspot.com