Orbit/app/views/admin/attributes/toggle_enable.js.erb

3 lines
149 B
Plaintext
Raw Normal View History

2011-12-23 10:34:21 +00:00
$("#enable_<%= @attribute.id %>").toggle();
$("#disable_<%= @attribute.id %>").toggle();
$("#attribute_<%= @attribute.id %>").toggleClass('disable');