The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hi all, I am learning AJAX but I need some example, ex. for loading a text from another php file
I read articles but they are not enough yet. Thank you |
#2
|
||||
|
||||
![]()
Have you tried doing a search in the modifications forums for mods with the word "ajax" in the title and then downloading them and taking a look at the code?
|
#3
|
||||
|
||||
![]()
AJAX in general, or AJAX in vBulletin?
|
#4
|
||||
|
||||
![]() Quote:
![]() Hi, I need AJAX in vBulletin, I am trying to code my first mod with AJAX. |
#5
|
||||
|
||||
![]()
ajax is basically javascript, so if you have an understanding of javascript, you can probably just go from there.
Did you check out the Articles forums? [Tutorial] Developers Introduction To AJAX Technology Intergrating AJAX Technology Into Your Modifications |
#6
|
||||
|
||||
![]()
yes i know a bit of javascript, but ajax, i need step to write it. thanks
|
#7
|
||||
|
||||
![]()
I don't think there are any up-to-date tutorials on AJAX in vBulletin (after it switched to using YUI).
|
#8
|
|||
|
|||
![]()
<a href="http://developer.yahoo.com/yui/connection/" target="_blank">http://developer.yahoo.com/yui/connection/</a>
|
#9
|
||||
|
||||
![]()
thanks all for helping me. I have the function how to call back script with a form (I mean something like
HTML Code:
<a href="#" onclick="myfunction(1,true)"> my text id 1 </a> But I need from a link, I mean http://mysite.com/myscript.php?#,1 => Where 1 is my text id and call to the script without by click a form. I hope that you understand, my english is too bad. Thank you again ![]() |
#10
|
||||
|
||||
![]()
You need to call your PHP script via AJAX in "myfunction()".
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|