Hi guys,
I installed JQuery on my rails application, I tested some functions
like $("#some_elem").attr(“id”), and it works well.
So, I think that my file was corrected installed.
My problem is this:
Everytime that I use JQuery command to create I dialog, this command
doesn’t works.
One example is:
JS
$("#test").dialog({ autoOpen: false,modal:true });
HTML
Which reminds me – have you included jQueryUI in your project through
the javascript_include_tag in your views? This is a UI control, which
just won’t be there if all you have is the base jQuery.
Walter
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.