Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/adutu (11-Aug @ 14:06)
Syntax Highlighted Code
- // navigational helper function.
- goTo : function(where){
- },
- customValidationDisplay: function(errorMap, errorList, successList){
- function generateTooltip(err) {
- $(err.element).attr('title', err.message).tooltip({
- delay: 0,
- showURL: false,
Plain Code
// navigational helper function.
goTo : function(where){
},
customValidationDisplay: function(errorMap, errorList, successList){
function generateTooltip(err) {
$(err.element).attr('title', err.message).tooltip({
delay: 0,
showURL: false,