I am using codeignitor with jquery.
My JS is as follows:
$(document).ready(function() { var p = {}; $('#content').load(/mycontroller/myfunction,p,function(str){ }); });
This gave me the wrong regex flag r error in line 3. I'm not sure if this is a JS error, or a problem with mod_rewrite codeignitor.
Can someone please wipe some lights? Thanks in extended.
source share