Uncaught TypeError: jQuery(…).dialog is not a function
-
Hi,
when I active the plugin, all Javascript does not work and I get the message
Uncaught TypeError: jQuery(…).dialog is not a function
The proplem occures here in the voter.js?ver=4.4.2:40 File
jQuery(function() { dialog = jQuery( "#aheadzen_voting_login" ).dialog({ autoOpen: false, height: 350, width: 350, modal: true, open: function() { jQuery('.ui-widget-overlay').bind('click', function() { jQuery('#aheadzen_voting_login').dialog('close'); }) }, close: function() { //alert('CLOSE'); } }); jQuery( ".aheadzen_voting_add" ).click(function() { jQuery( "#aheadzen_voting_login" ).dialog( "open" ); }); });Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Uncaught TypeError: jQuery(…).dialog is not a function’ is closed to new replies.