The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
i'm trying now to teach me the js-oop stuff
so this is my site: http://www.ragtek.org/forum/todo.php here i want to click on the button and to get an editor without oop its working fine but with i'm having some problems i see in firebug that the connection is working and i'm getting my template back Code:
<?xml version="1.0" encoding="windows-1252"?> <template><![CDATA[<input type="text">]]></template> Code:
vB_todo_Factory.prototype.presave = function()
{
YAHOO.util.Connect.asyncRequest("GET", "ajax.php?do=updatetodo"), {
success: this.save,
failure: this.fehler,
timeout: 5000,
scope: this
};
}
vB_todo_Factory.prototype.save=function(ajax){
alert("test");
this.response.innerHTML = ajax.responseXML.getElementsByTagName("template")[0].firstChild.nodeValue;
}
--------------- Added [DATE]1196675783[/DATE] at [TIME]1196675783[/TIME] --------------- anybody? ![]() sorry for bumping |
|
#2
|
|||
|
|||
|
Here a crossposting http://tech.groups.yahoo.com/group/y.../message/21731 but this answer also don't bring anything
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|