<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <link>http://persumi.com/u/fredwu/tech/e/blog/t/confirmation</link>
    <generator>Persumi - Level up your writing and blogging with AI</generator>
    <category>Blog</category>
    <category>Tech</category>
    <pubDate>Wed, 08 Apr 2026 18:44:34 +0000</pubDate>
    <description/>
    <title>Blog (confirmation) - Fred Wu&apos;s Tech</title>
    <atom:link type="application/rss+xml" rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/confirmation/feed/rss"></atom:link>
    <item>
      <pubDate>Tue, 03 Aug 2010 05:41:00 +0000</pubDate>
      <guid>http://persumi.com/u/fredwu/tech/e/blog/p/jquery-releasing-inline-confirmation-confirm-actions-done-right</guid>
      <comments>http://persumi.com/u/fredwu/tech/e/blog/p/jquery-releasing-inline-confirmation-confirm-actions-done-right</comments>
      <category>Blog</category>
      <category>Tech</category>
      <author>ifredwu@gmail.com (Fred Wu)</author>
      <description>&lt;![CDATA[&lt;p&gt;
In a web app, it is very common to have actions that destroy (delete/remove) data. These actions, if you don’t already know, should always map to POST methods. On top of that, because these actions are destructive, the UI should always ask the user for confirmation.&lt;/p&gt;
&lt;p&gt;
But how do we actually implement the confirmation dialogue though? The vanilla JavaScript confirm box would be the easiest but at the same time the ugliest - this thing stalls most web browsers until the user acts on it.&lt;/p&gt;
&lt;p&gt;
An inline popup/modal box? Perhaps, but it is still obtrusive, in the sense that the popup/model boxes are usually in the way of other tasks.&lt;/p&gt;
&lt;p&gt;
Meet &lt;a href=&quot;http://github.com/fredwu/jquery-inline-confirmation&quot;&gt;&lt;strong&gt;Inline Confirmation&lt;/strong&gt;&lt;/a&gt; - a jQuery plugin for creating easy, less obtrusive confirmation dialogues!&lt;/p&gt;
&lt;p&gt;
Feel free to give it a spin. I will add more documentation and a demo when and if I have time. ;)&lt;/p&gt;
]]&gt;</description>
      <link>http://persumi.com/u/fredwu/tech/e/blog/p/jquery-releasing-inline-confirmation-confirm-actions-done-right</link>
      <title>[jQuery] Releasing Inline Confirmation, Confirm Actions Done Right</title>
    </item>
  </channel>
</rss>