please help, i was seeing one example but i have some doubts
1) in the principal file
<script src="lib/prototype.js" type="text/javascript"></script>
<script src="src/scriptaculous.js" type="text/javascript"></script>
<script src="src/unittest.js" type="text/javascript"></script>
its necessary to add the unittest.js?? (sorry i repeated, im noob in
this)
2) if i used, for instance response.php in order to get all values,
whats the correct form?
i mean, can i used response.php simple like this
<?php
echo "<div>
<ul>
<li>A</li>
<li>B</li>
<ul>
</div>";
?>
3)whats the form when i'm calling the funcion ajax.autocompleter?
<script type="text/javascript" language="javascript"
new Ajax.Autocompleter('id','id','response.php');
</script>
i'm correct? please tell me if i'm wrong in something, thanks in
advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---