Lines Matching +full:e +full:- +full:tel

3     // Remove the CSS-only popup and replace it with a jQuery/AJAX popup
23 function(e) argument
26 e.preventDefault();
50 function(e) argument
54 e.preventDefault();
65 function(e) argument
68 e.preventDefault();
328 … // fix for dragging: http://stackoverflow.com/questions/17247486/jquery-ui-dialog-dragging-issues
332 iObj.top = iObj.top - fixPix;
333 jQuery(this).closest(".ui-dialog").css("top", iObj.top + "px");
365 .css({'overflow-y': 'auto'})
370 jQuery('#dw_davcard__edit .ui-dialog-titlebar-close').click(function(){
405 jQuery('#dw_davcard__editentry_phone_add').on("click", function(e) argument
407 e.preventDefault();
418 jQuery('#dw_davcard__editentry_email_add').on("click", function(e) argument
420 e.preventDefault();
429 jQuery('#dw_davcard__editentry_addresses_add').on("click", function(e) argument
431 e.preventDefault();
452 for(var i=0; i<entry['tel'].length; i++)
455 if('type' in entry['tel'][i])
456 var type = entry['tel'][i]['type'];
457 var val = entry['tel'][i]['number'];
537 …__editentry_phone_row"><td class="dw_davcard__editentry_phone_row_type" data-type="' + type + '">'…
543 …__editentry_email_row"><td class="dw_davcard__editentry_email_row_data" data-type="' + type + '">'…
550 …esses_row_data" data-type="' + type + '" data-city="' + city + '" data-zipcode="' + zipcode + '" d…
560 jQuery("#dw_davcard__editentry_addresses .deleteAddress").on("click", function(e) argument
562 e.preventDefault();
564 tr.css("background-color", "#FF3700");
575 jQuery("#dw_davcard__editentry_phones .deletePhoneNumber").on("click", function(e) argument
577 e.preventDefault();
579 tr.css("background-color", "#FF3700");
590 jQuery("#dw_davcard__editentry_emails .deleteEmail").on("click", function(e) argument
592 e.preventDefault();
594 tr.css("background-color", "#FF3700");
618 … //fix for dragging: http://stackoverflow.com/questions/17247486/jquery-ui-dialog-dragging-issues
622 iObj.top = iObj.top - fixPix;
623 jQuery(this).closest(".ui-dialog").css("top", iObj.top + "px");
643 jQuery('#dw_davcard__loading .ui-dialog-titlebar-close').click(function(){
735 … //fix for dragging: http://stackoverflow.com/questions/17247486/jquery-ui-dialog-dragging-issues
739 iObj.top = iObj.top - fixPix;
740 jQuery(this).closest(".ui-dialog").css("top", iObj.top + "px");
760 jQuery('#dw_davcard__confirm .ui-dialog-titlebar-close').click(function(){