Colin Law wrote in post #1017798:
> On 18 August 2011 07:36, Sathiyaraj Gurusamy <li...@ruby-forum.com>
> wrote:
>> Hi,
>>
>> In my application I used in admin module to expand and collpase
>> functionality using ajax(link_to_remote) method. It's working fine in
>> mozilla 3 and below version..
>>
>> But when I using in mozilla 4 expand functinality was working fine but
>> collapse are not work, it's just 'wrinkls'.
>
> Have you tried running Firebug in Firefox to check for script errors?
> Also copy the complete page html (View > Page Source or similar in
> browser) and paste it into the w3c html validator.
>
> Differences between operation in different browsers are often the
> result of malformed html or scripts.
>
> Colin

I tried firefox with firebug. But it seems 200 Ok.  When i click 
collapse button, I received RJS error, Object element is NULL..

I tried with using w3c validator. It's seems ok.. just 3 warning errors

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to