In order to display a download dialog for pdf file rather than opening it in
In header.php file of my WordPress theme, I have the following code to display a
Javascript $.fn.checkAvailability = function() { $("#check-username").click(function() { if ( $(‘#username’).attr("value") != ”) { $(‘.loading’).show(); var
If you are hard-coding your navigation menu in WordPress rather than using wp_list_pages() template tag,
Problem in IE8: The upper half of the <fieldset> border goes missing. This problem has
.transparency { background: #f4f4f4; opacity: 0.7; /* Modern Browsers, eg: Firefox, Safari, Opera, Chrome */
var input = “hello222”; var ok = false; var dob_regex = /^([0-9]){2}(\/){1}([0-9]){2}(\/)([0-9]){4}$/; // DD/MM/YYYY var
HTML: <a href="http://www.google.com" rel="external">Google</a> Javascript: $(document).ready(function() { $("a[rel=external]").attr(‘target’, ‘_blank’); }); Or $(document).ready(function() { $(‘a[rel="external"]’).click( function()
You will need to sign up for the Google Maps API key and replace “INSERT_API_KEY_HERE”