Shandy Nantz wrote:
> View
> -----
> <div id = "clone_to_div">
>   Clone to Pseudocity: <%= 
> text_field_with_auto_complete_with_id_checking
>       :enpseudo, :pseudocity, {:id => 'enpseudo_service_fees'},
>       {:skip_style => true} %>
> </div>
> 
> <%= link_to_remote( '<span>Clone</span>',
>    {:submit => 'clone_to_div', :update => 'clone_fee_div',
>     :complete => 'new Effect.Pulsate(\'clone_fee_div\');',
>        :url => {:action => 'clone_pseudo_fee', :pseudo_id => @pseudo.id}
>    }, :class => 'squarebutton') %>
> 

Never mind, my fault. I had multiple "clone_to_div" that was causing the 
issue. Once I remained these div to have unique id's all issues went 
away.

-S

-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to