Quantcast Ajax instant edit | Source and Code System

Ajax instant edit

Jul 8, 2010  ¦¦  by isr.coder  ¦¦  AJAX  ¦¦  63 Comments

A small piece of javascript reads al SPAN tags, checks if it has and a id=. If that is true, it adds a onclick function. That onclick function will create a textfield or input (depending on the size of the editable text). Someone has the ability to edit the field. When the text field is blurred, it will read the contents, and starts a XMLHttpRequest and ‘sends’ the content + fieldname + any set vars to an update file. That file will update your database, and reply with the newly set text and the textfield will dissapear again.

This is a very simple script which only works with span tags. Text from the span html tag is sent to update.php which process the request.
Plain html is returned from the server and this result populates the span.

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”>
<html>
<head>
<base href=”http://www.ajaxdaddy.com/ajax/ajax-instantedit/”>
<style type=”text/css”>
body {color: white;background: #52616F;}
a { color: white; }
</style>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<title>Untitled Document</title>

<link rel=”stylesheet” type=”text/css” href=”" />
</head>
<body>

<div style=”border: 5px solid #D3ECFF;”>
<span id=”userName” class=”editText”>
“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.”
</span>
</div>
<script type=”text/javascript” src=”javascript/instantedit.js”></script>
<script type=”text/javascript”>
setVarsForm("pageID=profileEdit&userID=11");
</script>
</body>
</html>

63 Comments

  • Your Link Found In Gaming Blog…

    [...]What sites аnd blogs do the surfing community communicate moѕt on?[...]…

  • Discount Yankee Candles…

    [...]while the sites we link to below are completely unrelated to ours, we think they are worth a read, so have a look[...]…

  • Wholesale Yankee Candles…

    [...]just below, are some totally unrelated sites to ours, however, they are definitely worth checking out[...]…

  • Check this out…

    [...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]……

  • Super Cheap Yankee Candles…

    [...]we like to honor other sites on the web, even if they aren’t related to us, by linking to them. Below are some sites worth checking out[...]…

  • article marketing…

    [...]while the sites we link to below are completely unrelated to ours, we think they are worth a read, so have a look[...]…

  • Read was interesting, stay in touch……

    [...]please visit the sites we follow, including this one, as it represents our picks from the web[...]……

  • Found=> recommended your blog…

    [...]The information mentioned inside the article are the bеst аvaіlаble [...]…

  • Yahoo results…

    While browsing Yahoo I found this page in the results and I didn’t think it fit…

  • Cheap Yankee Candles…

    [...]here are some links to sites that we link to because we think they are worth visiting[...]…

  • adult social networking…

    [...]the time to read or visit the content or sites we have linked to below the[...]…

  • TV Lamps…

    The Truth behind Television Replacement Lamps….

  • Gems form the internet…

    [...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]……

Leave a comment

*