Changes

Jump to navigation Jump to search

Customise Booking Page

296 bytes added, 19:29, 26 August 2013
no edit summary
-moz-border-radius: 7px;
}
 
== Disable Hover Text ==
Place the following script in the "Insert in HTML <HEAD>" setting.
 
<code>
<script>
$(document).ready(function() {
var $title = $("td,div,span");
$.each($title, function(index, value) {
$(this).tooltip({
disabled:true
});
});
});
</script>
</code>

Navigation menu