admin-currency-selector.js
1 year ago
admin-currency-selector.min.js
1 year ago
bacs-accounts-currencies.js
5 years ago
bacs-accounts-currencies.min.js
5 years ago
cart_widget.js
1 month ago
cart_widget.min.js
1 month ago
currency-switcher-settings.js
1 year ago
currency-switcher-settings.min.js
1 year ago
dialogs.js
5 years ago
dialogs.min.js
5 years ago
exchange-rates.js
3 years ago
exchange-rates.min.js
3 years ago
files.js
5 years ago
files.min.js
5 years ago
languages_notice.js
5 years ago
languages_notice.min.js
5 years ago
lock_fields.js
1 year ago
lock_fields.min.js
1 year ago
multi-currency.js
5 years ago
multi-currency.min.js
5 years ago
pointer.js
1 year ago
pointer.min.js
1 year ago
prices.js
5 years ago
prices.min.js
5 years ago
products-screen-option.js
5 years ago
products-screen-option.min.js
5 years ago
scripts.js
1 year ago
scripts.min.js
1 year ago
taxonomy_translation.js
1 year ago
taxonomy_translation.min.js
1 year ago
tooltip_init.js
5 years ago
tooltip_init.min.js
5 years ago
trnsl_interface_dialog_warning.js
5 years ago
trnsl_interface_dialog_warning.min.js
5 years ago
troubleshooting.js
1 year ago
troubleshooting.min.js
1 year ago
wcml-attributes.js
5 years ago
wcml-attributes.min.js
5 years ago
wcml-messages.js
5 years ago
wcml-messages.min.js
5 years ago
wcml-multi-currency.js
1 month ago
wcml-multi-currency.min.js
1 month ago
wcml-setup.js
3 years ago
wcml-setup.min.js
3 years ago
wcml-translation-editor.js
1 week ago
wcml-translation-editor.min.js
1 week ago
widgets.js
5 years ago
widgets.min.js
5 years ago
wpml_tm.js
5 years ago
wpml_tm.min.js
5 years ago
pointer.min.js
1 lines
| 1 | var WCML_Pointer=WCML_Pointer||{};!function($){WCML_Pointer.openPointer=function(trigger){var content=$("#"+trigger.data("wcml-open-pointer"));$(".wcml-information-active-pointer").pointer("close"),trigger.length&&(trigger.addClass("wcml-information-active-pointer"),trigger.pointer({pointerClass:"wcml-information-pointer",content:content.html(),position:{edge:"bottom",align:"right"},buttons:function(event,t){var button_close=$('<a href="javascript:void(0);" class="notice-dismiss alignright"></a>');return button_close.on("click.pointer",(function(e){e.preventDefault(),t.element.pointer("close")})),button_close},show:function(event,t){t.pointer.css("marginLeft","115px"),t.pointer.css("z-index","99999")},close:function(event,t){t.pointer.css("marginLeft","0")}}).pointer("open"))},$("body").on("click","[data-wcml-open-pointer]",(function(){WCML_Pointer.openPointer($(this))})),$("body").on("click","a",(function(){$(this).hasClass("wcml-pointer-link")||$(".wcml-information-active-pointer").pointer("close")}))}(jQuery),jQuery((function($){$(".wcml-pointer-block").each((function(){var selector=$(this).data("selector");if(selector)switch($(this).data("insert-method")){case"prepend":$(this).prependTo($("#"+selector)).show();break;case"append":$(this).appendTo($("#"+selector)).show();break;case"before":$(this).insertBefore($("#"+selector)).show();break;default:$(this).insertAfter($("#"+selector)).show()}else $(this).show()}))})); |