[jQuery] Jquery form
Hi
I'm using jquery with the form plugin. However since i have to also
use prototype (for a snapin chat) so I have to use jQuery.noConflict
(); This seem to break the form plugin. Has anyone else managed to
combine these two?
code is like this:
<script type="text/javascript" src="lib/jquery/jquery.js"></script>
<script type="text/javascript" src="lib/jquery/jquery.form.js"></
script>
<script type="text/javascript">
jQuery.noConflict();
var $j = jQuery;
$j(document).ready(function() {
var options = {
target: '#output1'
}
$j('#requestform').ajaxForm(options);
}
</script>

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home