I don't see how using this would help?
Currently I have the ajax working using element.show and
element.hide,  however each of these divs have inlines in them, and
this slows things down, so in an effort to make things faster. I
thought it would be better to only load the divs when needed, however
I am having trouble getting this to work how I need it to...


On Apr 9, 11:06 am, jdalton <[EMAIL PROTECTED]> wrote:
> use element.toggle() or element[this.checked? 'show': 'hide']();
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to