Get The Current URL in jQuery
In this post we will see how we can get the current URL in jQuery [js] <script> $(document).ready(function ($) { alert(window.location); }); </script> [/js] Here… Read More »Get The Current URL in jQuery
In this post we will see how we can get the current URL in jQuery [js] <script> $(document).ready(function ($) { alert(window.location); }); </script> [/js] Here… Read More »Get The Current URL in jQuery