: General
Open new tab in browser using jQuery
Published Date:
Mar 12, 2012
Views:
1891
Abstract:
Here Mudassar Ahmed Khan has explained how to open new tab in browser using jQuery. He has also explained that there's no defined function in jQuery or JavaScript to open window in new tab and hence we need to use the same function that we use to open new window and new browsers will automatically open the page in new tab.
Open new popup window in browser using jQuery
Published Date:
Mar 12, 2012
Views:
592
Abstract:
Here Mudassar Ahmed Khan has explained how to open page in new popup window using jQuery.
Find the HTML element that currently has focus using jQuery
Published Date:
Nov 28, 2011
Views:
1253
Abstract:
Here Mudassar Ahmed Khan has explained how to find the HTML element or control that currently has focus using jQuery
Center HTML DIV vertically and horizontally in Viewport of the page using jQuery
Published Date:
Oct 30, 2011
Views:
8457
Abstract:
Here Mudassar Ahmed Khan has explained how to center an HTML DIV vertically and horizontally in the screen / viewport using jQuery. He has also explained how to keep the DIV centered even when the page is scrolled.
Parse jQuery AJAX error responseText string to JSON object
Published Date:
Oct 19, 2011
Views:
2660
Abstract:
Here Mudassar Ahmed Khan has provided an example to parse jQuery AJAX error responseText string received in the error handler to JSON object.
Get Client Machine IP Address using JQuery and JSON
Published Date:
Oct 16, 2011
Views:
1646
Abstract:
Here Mudassar Ahmed Khan has explained how to get the client machine's IP address using jQuery and JSON.
Highlight Form Fields like Textbox, Dropdown and TextArea on focus using jQuery
Published Date:
Oct 16, 2011
Views:
2424
Abstract:
Here Mudassar Ahmed Khan has explained how to highlight i.e. change border color, background color, etc of the form fields fields like HTML input textbox, input password, select dropdown and textarea on focus and make them normal when lost focus using jQuery and CSS.
Validate email address using jQuery and Regular Expressions
Published Date:
Oct 02, 2011
Views:
1379
Abstract:
Here Mudassar Ahmed Khan has provided a code snippet to check whether email addresses are valid using jQuery and Regular Expressions.
Check if div is visible using jQuery
Published Date:
Aug 29, 2011
Views:
808
Abstract:
Here Mudassar Ahmed Khan has explained how to check whether a DIV control is visible or hidden using jQuery.
Check if div is hidden using jQuery
Published Date:
Aug 29, 2011
Views:
952
Abstract:
Here Mudassar Ahmed Khan has explained how to check whether a DIV control is visible or hidden using jQuery.