Welcome Guest, Not a member yet? Register   Sign In
Problem with JEditable
#4

[eluser]RMinor[/eluser]
Update: I got it working by doing the following:
1) I updated jQuery from V1.5.2 to V1.7.1 (I doubt this had anything to do with it.)
2) I replaced my hard-coded value for which to send the jEditable request with
Code:
<?php echo site_url(); ?>/admin/categories/edit
(This is something I overlooked, but then saw by looking over old threads.)

So basically, to anyone wishing to use this plugin to add in-line editing to the CodeIgniter website, make sure you use site_url(); for the value to which you want you jEditable request sent. Also, as said by others here, be sure to echo the value from the controller back to the view.


Messages In This Thread
Problem with JEditable - by El Forum - 03-09-2012, 08:37 AM
Problem with JEditable - by El Forum - 03-10-2012, 09:15 AM
Problem with JEditable - by El Forum - 03-10-2012, 09:36 AM
Problem with JEditable - by El Forum - 03-10-2012, 11:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB