How to do HTML_AJAX integrate with other Javascript AJAX libraries such as scriptaculous? How would this integration look like?

Submitted by: Administrator
To do this you just need to register the library with your server and load add its flag to your include line.

<?php
$this->server->registerJSLibrary('scriptaculous',
array('prototype.js','scriptaculous.js','builder.js','
effects.js','dragdrop.js','controls.js','slider.js'),'/pathto/scriptaculous/');
?>

<script type="text/javascrpt" src="server.php?client=scriptaculous">
</script>
Submitted by:

Read Online Web Development Job Interview Questions And Answers