Displaying 2 results from an estimated 2 matches for "delete_part".
Did you mean:
delete_at
2011 Sep 06
8
Ajax and rails 3 UJS (jquery)
...#39;data-method'' => ''delete'',
''data-confirm'' => ''Are you sure?'',
''data-remote'' => ''true'',
''class'' => ''delete_part''
%>
</td>
</tr>
<% end %>
</table>
<hr>
<% end %>
When I run "script/rails server"
====================
Pre: I turn on Firebug on Firefox
1) I clicked on the "delete" link on an entry. Confirm...
2016 Jun 15
2
[RFC] LLVM Coroutines
Hi Sanjoy,
>> I'm not familiar with fiber-type APIs, but I assume fiber_fork is like
>> setjmp, in that it can "return twice"?
Yes, user-mode stack switching API are somewhat similar to setjmp. Here are
links to a doc page and implementation, just in case you are curious:
http://www.boost.org/doc/libs/1_59_0/libs/context/doc/html/context/context.html