Displaying 1 result from an estimated 1 matches for "showcaseselector".
2011 Oct 22
2
why my Ajax request is performed 3 times ?
I wrote in my view :
#showcases
- @category.showcases.each do |showcase|
%a{''data-remote'' => ''true'', :href => "#{showcase_url(showcase)}"}
.showcaseSelector{:style => "border-color: #{showcase ==
@selected_showcase ? ''black'' : ''transparent''}; background-color:
##{showcase[:color]};"}
which generate the following html : ( seems correct , 2 links with
colored boxes
<div id="showcases">...