jEditable is taking only one id
问题 Alright. I'm new to jEditable. Let me explain the issue i'm having with jEditable. I have this simple table in my database - id car make 1 panamera porsche 2 italia ferraris 3 avantador lamborghini 4 slk mercedes And i'm gonna echo this table in a while loop and below is the code - <script type="text/javascript"> <?php $query2 = "SELECT * FROM inplace LIMIT 0, 6"; $result2 = mysql_query($query2) or die ('Query couldn\'t be executed'); $row2 = mysql_fetch_assoc($result2); ?> $(function() { $("