Blog Archive for March 11, 2010

jQuery Edit In Place

March 11, 2010

To make it easy to edit text, we can display it, and then when clicked we can replace it with a small form. This allows the user to edit the text, and when they click Save we can update it on the server using a bit of AJAX, and then …

Dynamic CSS popup with jQuery

March 11, 2010

Here's some code that will grey out a web page, then popup a small div on top. You can then do things with this div as you see fit - show a message to the user etc.

HTML

Here's a delete link in the code, I've added a class="confirmdelete" onto …