Archive for the ‘My Javascripts Logs’ Category

$phpPost->_title(" Javascript Snippet To Find If URL Contains Page Name ");

$phpPost->_comments(" 1 reaction catched - throw another? ");

This is a simple Javascript Snippet To Find If URL Contains Page Name. An analysis of the code execution is also given.

[ Read more, click here! ]

$phpPost->_title(" Javascript + Using jQuery To Find URL QueryString or URL Params – A Simple, Yet Effective Approach! ");

$phpPost->_comments(" 7 reactions catched - throw another? ");

This article presents an easy method to retrieve query string using both the jquery approach and the javascript only approach..

[ Read more, click here! ]

$phpPost->_title(" Javascript + Do Not Make The Mistake Of Using Regex For Querystring / URL Params Handling ");

$phpPost->_comments(" 1 reaction catched - throw another? ");

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

[ Read more, click here! ]