The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
js problem number 101
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|