<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <generator>Persumi - Level up your writing and blogging with AI</generator>
  <category label="Blog" scheme="http://persumi.com/u/fredwu/tech/e/blog" term="blog"/>
  <category label="Tech" scheme="http://persumi.com/u/fredwu/tech" term="tech"/>
  <link href="http://persumi.com/u/fredwu/tech/e/blog/t/confirm"/>
  <link href="http://persumi.com/u/fredwu/tech/e/blog/t/confirm/feed/rss"/>
  <link rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/confirm/feed/atom"/>
  <author>
    <name>Fred Wu</name>
    <email>ifredwu@gmail.com</email>
    <uri>http://persumi.com/u/fredwu</uri>
  </author>
  <subtitle/>
  <id>http://persumi.com/u/fredwu/tech/e/blog/t/confirm</id>
  <title>Blog (confirm) - Fred Wu&apos;s Tech</title>
  <updated>2026-04-08T18:47:55.434140Z</updated>
  <entry>
    <content type="html">&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;</content>
    <published>2010-08-03T05:41:00.000000Z</published>
    <category label="Blog" scheme="http://persumi.com/u/fredwu/tech/e/blog" term="blog"/>
    <category label="Tech" scheme="http://persumi.com/u/fredwu/tech" term="tech"/>
    <link href="http://persumi.com/u/fredwu/tech/e/blog/p/jquery-releasing-inline-confirmation-confirm-actions-done-right"/>
    <author>
      <name>Fred Wu</name>
      <email>ifredwu@gmail.com</email>
      <uri>http://persumi.com/u/fredwu</uri>
    </author>
    <id>http://persumi.com/u/fredwu/tech/e/blog/p/jquery-releasing-inline-confirmation-confirm-actions-done-right</id>
    <title>[jQuery] Releasing Inline Confirmation, Confirm Actions Done Right</title>
    <updated>2010-08-03T05:41:00.000000Z</updated>
  </entry>
</feed>