Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
## the table container is a draggable instance. ## doesn't work <%= link_to_function "Fermer","close(event)" %> produce the html : <a onclick="close(event); return false;" href="#">Fermer</a> function close(event){ Event.stop(event); elt=Event.element(event); elt.up('table.card').remove(); } ## works <%= link_to_function "Fermer", "Event.stop(event);$(this).up('table.card').hide()" %> produce the html <a onclick="Event.stop(event);$(this).up('table.card').hide(); return false;" href="#">Fermer</a>
Pasted July 06, 200811:31AM EDT
Embed