on ajax the echo function is not working
I got problem in output of ajax, its not working but when i play it
seperate on new page it works. I did noConflict and other things but not
working still please help..
this is what i want to echo when ajax call -
<link href="http://xoxco.com/projects/code/tagsinput/jquery.tagsinput.css"
rel="stylesheet" type="text/css">
<script type="text/javascript"
src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
var dam123 = jQuery.noConflict();
</script>
<script type="text/javascript"
src="http://xoxco.com/projects/code/tagsinput/jquery.tagsinput.js"></script>
<script type="text/javascript">
var dam123 = jQuery.noConflict();
</script>
<script type="text/javascript">
dam123(function() {
dam123("#tags_1").tagsInput({
// my parameters here
});
});
</script>
<body onload="javascript://dam123();">
<input id="tags_1" value="alpha,beta,gamma" />
No comments:
Post a Comment