$(function() {
$(".clickcal2").editable("ajax.php", {
indicator : "<img src='../images/indicator.gif'>",
tooltip : "Click to edit...",
style : "inherit",
type : "select",
data : " {<?php
$sql="select adminid,name from admin where status='active' ";
$result=mysql_query($sql) or die(mysql_error());
while($row=mysql_fetch_array($result)){
echo $row['name'];
You'll have to show the generated source code for us to be sure. Load the page, and view the source, and copy the code, changing names or information if necessary.
Great wit and madness are near allied, and fine a line their bounds divide.
Bookmarks