Forums

Google Custom Search
[resolved] Broken but I fixed it (1 post)

  1. sabinevi
    Member
    Posted 9 months ago #

    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

Reply

You must log in to post.

About this Plugin

About this Topic