• Resolved sabinevi

    (@sabinevi)


    If you change line 3 from
    jQuery(document).ready(function($) {
    to
    jQuery(document).ready(function() {
    (just removing the ‘$’ parameter of the function)

    and change line 6 from
    $(‘#dialog’).dialog({
    to
    var $dia = $(‘#dialog’).dialog({

    did the trick for me. Hope it helps someone or even make it to the next, enhanced version of the plugin

    Ciao,
    Sabine

The topic ‘Broken but I fixed it’ is closed to new replies.