Blog

What Are Dental Crowns and Bridges, and Why Do People Need Them?

December 1, 2025

Signs You May Need Root Canal Therapy: Do Not Ignore These Symptoms

December 1, 2025

Invisalign Treatment Explained: A Complete Guide to Clear Aligners

December 1, 2025

var jqCustom = jQuery.noConflict(true); jqCustom(document).ready(function(){ if(jqCustom('.datepicker').length){ jqCustom( ".datepicker" ).datepicker({ dateFormat:"mm/dd/yy" ,changeMonth: false ,changeYear: false ,showOn: "both" ,buttonText: "" ,shortYearCutoff: 50 ,minDate: new Date() ,beforeShow: function (textbox, instance) { instance.dpDiv.css({ marginTop: /*(textbox.offsetHeight)*/ 0 + 'px' ,marginLeft: 0 + 'px' }); } }).attr("readonly", "readonly"); } if(jqCustom('.dobpicker').length){ jqCustom( ".dobpicker" ).datepicker({ dateFormat : 'mm/dd/yy', changeMonth : true, changeYear : true, buttonText: "", yearRange: '-100y:c+nn', maxDate: '-1d' }).attr("readonly", "readonly"); } }); // Custom Selectbox HeapBox jqCustom(document).ready(function(){ setTimeout(function() { if (jqCustom("select").length) { jqCustom("select").heapbox(); } }, 1000); });