Welcome Guest, Not a member yet? Register   Sign In
Notezz - an AJAX jQuery / CodeIgniter demonstration (drag 'n drop etc.)
#12

[eluser]Apfel1988[/eluser]
Hello,

i like jquery very much and now i will use it with ci.

I will make an ajax request like:

Code:
$.ajax({
                        method:"post",
                        url:"<?= base_url() ?>start/about/",
                        success:function(html){
                            alert(html);
                            $(".content").html(html);
                        }
                    });

If i call the function with the code, i becom a jquery error message.
Can anybody tell me what i'm doing wrong?


Quote:Access to restricted URI denied" code: "1012
[Break on this error] (function(){var R=/((?:\((?:\([^()]+\)|[...(J,typeof K==="string"?K:K+"px")}})})();
Thank you very much.


Messages In This Thread
Notezz - an AJAX jQuery / CodeIgniter demonstration (drag 'n drop etc.) - by El Forum - 03-12-2009, 02:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB