3 lines
149 B
Plaintext
3 lines
149 B
Plaintext
|
$("#enable_<%= @attribute.id %>").toggle();
|
||
|
$("#disable_<%= @attribute.id %>").toggle();
|
||
|
$("#attribute_<%= @attribute.id %>").toggleClass('disable');
|