<script type="text/javascript">
#set($D = '$')
AJS.$(document).ready(function(){
AJS.${D}.ajax({}
AJS.${D}.ajax ({
success: function(data){
comment();
}
});
});
function comment(){
AJS.{D}.ajax({
alert("Message");
});
}
<script>
This doesnt execute any of the ajax if the third ajax the last one if implemented
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.