Welcome to the Mod Share forums.
You are not logged in.
Pages: 1
Cool! Although, I tried to make a comment and it just said working.... and never made the comment. Are you using jquery to achieve this? I use it becase you only need one line of code to make an Ajax request.
Im back, and Kitcat 1.3 Modcamp has been started again! Want to suggest a mod? Post here!
Offline
Cool! Although, I tried to make a comment and it just said working.... and never made the comment. Are you using jquery to achieve this? I use it becase you only need one line of code to make an Ajax request.
It appears to work for me. Try it now, it works...and I think you need more than one line of code for AJAX. Anyway, we'll look into it.
Offline
GP1 wrote:Cool! Although, I tried to make a comment and it just said working.... and never made the comment. Are you using jquery to achieve this? I use it becase you only need one line of code to make an Ajax request.
It appears to work for me. Try it now, it works...and I think you need more than one line of code for AJAX. Anyway, we'll look into it.
Not if your using jquery:
$.get("script.php?data=its%20this&dataTwo=easy");
^^^^^^^ a get ajax request. You can check out jquery at http://jquery.com
Im back, and Kitcat 1.3 Modcamp has been started again! Want to suggest a mod? Post here!
Offline
jacob wrote:GP1 wrote:Cool! Although, I tried to make a comment and it just said working.... and never made the comment. Are you using jquery to achieve this? I use it becase you only need one line of code to make an Ajax request.
It appears to work for me. Try it now, it works...and I think you need more than one line of code for AJAX. Anyway, we'll look into it.
Not if your using jquery:
$.get("script.php?data=its%20this&dataTwo=easy");
^^^^^^^ a get ajax request. You can check out jquery at http://jquery.com
We do not use JQuery. We use standard JS/AJAX code.
Offline
GP1 wrote:jacob wrote:It appears to work for me. Try it now, it works...and I think you need more than one line of code for AJAX. Anyway, we'll look into it.
Not if your using jquery:
$.get("script.php?data=its%20this&dataTwo=easy");
^^^^^^^ a get ajax request. You can check out jquery at http://jquery.com
We do not use JQuery. We use standard JS/AJAX code.
Well, you can do what you want, just making a suggestion. The only reason I would suggest jquery is because its faster and works the same on all browsers with javascript.
Im back, and Kitcat 1.3 Modcamp has been started again! Want to suggest a mod? Post here!
Offline
jacob wrote:GP1 wrote:Not if your using jquery:
$.get("script.php?data=its%20this&dataTwo=easy");
^^^^^^^ a get ajax request. You can check out jquery at http://jquery.com
We do not use JQuery. We use standard JS/AJAX code.
Well, you can do what you want, just making a suggestion. The only reason I would suggest jquery is because its faster and works the same on all browsers with javascript.
and works the same on all browsers with javascript.
JS also works the same on all browsers with JS...and I think it's a little more compatible.
Offline
Pages: 1