livevalidation_standalone.compressed.js is not working in thickbox in chrome, thickbox is opening but validation not working at all, but it works in ordinary seperate page in chrome,
Note: Thickbox with livevalidation_standalone.compressed.js validation works well in firefox.
While view source i could not find this:
<script type="text/javascript" src="jsscript/jquery-1.4.2.min.js"></script>
<script src="jsscript/thickbox.js" type="text/javascript"></script>
<script type="text/javascript" src="jsscript/livevalidation_standalone.compressed.js"></script>
jQuery(document).ready(function(){
var f21 = new LiveValidation('Firstname',{onlyOnSubmit: true });
f21.add( Validate.Presence,{ failureMessage: "Please enter your first name" });
});
even i included this in the page. if any one knows let me get the solution