Tag Archives: code sample

Using jQuery to provide an inline confirmation on buttons

I was working on a side project and wanted the user to confirm when they wanted to delete something. The normal window.confirm method was just too primitive so I decided to write something I liked a little more. Click the … Continue reading

Posted in Development | Tagged , , , , | 4 Comments