This is a simple Javascript Snippet To Find If URL Contains Page Name. An analysis of the code execution is also given.
Archive for the ‘My Javascripts Logs’ Category
$phpPost->_title(" Javascript + Using jQuery To Find URL QueryString or URL Params – A Simple, Yet Effective Approach! ");
This article presents an easy method to retrieve query string using both the jquery approach and the javascript only approach..
$phpPost->_title(" Javascript + Do Not Make The Mistake Of Using Regex For Querystring / URL Params Handling ");
Assumptions:
* The querystring key used throughout this article is named as niche
* You know the basics of javascript and/or jQuery
* This article makes use of jQuery, but the you could just have used plain javascript.
At Glance => Handling Querystring or URL params through the use of Regex

