Notezz - an AJAX jQuery / CodeIgniter demonstration (drag 'n drop etc.) |
[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({ 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: "1012Thank you very much.
[eluser]pistolPete[/eluser]
jQuery Documentation There is no option called "method", use "type" instead. How does your generated html/js look like? Do you have short tags enabled?
[eluser]Apfel1988[/eluser]
[quote author="pistolPete" date="1236906322"]jQuery Documentation There is no option called "method", use "type" instead. How does your generated html/js look like? Do you have short tags enabled?[/quote] after i send the reply, i seen that i used "method" but this wasn't the problem. When i use an absolute url by typing the url by myself it works. But i will use the url helper base_url(). In the generated code i don't see any diffence.....
[eluser]pistolPete[/eluser]
Did you configure base_url correctly in application/config/config.php? Code: $config['base_url'] = ???
[eluser]Apfel1988[/eluser]
[quote author="pistolPete" date="1236907210"]Did you configure base_url correctly in application/config/config.php? Code: $config['base_url'] = ??? aahhh, perfect. I wrote the ip for localhost not the word. Thank you very much.
[eluser]rainbowrams[/eluser]
[quote author="clariz" date="1222427034"]I just have tried the demo. It really amazed me... Never created like that before.:wow: I think I'll try making like that.:cheese: Thanks loathsome[/quote] Hey i didn't find CI application folder in repidshare download link .How did you tried the demo?
[eluser]elambiguo[/eluser]
[quote author="rainbowrams" date="1277810042"][quote author="clariz" date="1222427034"]I just have tried the demo. It really amazed me... Never created like that before.:wow: I think I'll try making like that.:cheese: Thanks loathsome[/quote] Hey i didn't find CI application folder in repidshare download link .How did you tried the demo?[/quote] Hi: The application folder is called 'notecore'....
[eluser]rainbowrams[/eluser]
[quote author="elambiguo" date="1277813637"][quote author="rainbowrams" date="1277810042"][quote author="clariz" date="1222427034"]I just have tried the demo. It really amazed me... Never created like that before.:wow: I think I'll try making like that.:cheese: Thanks loathsome[/quote] Hey i didn't find CI application folder in repidshare download link .How did you tried the demo?[/quote] Hi: The application folder is called 'notecore'....[/quote] Great stuff ..thank you |
Welcome Guest, Not a member yet? Register Sign In |