In my jsp page i have one text box and two combo box. An alert is coming in my jsp page when i am writing something in the textbox. Alert is coming as \"username already exi
following code will solve your problem,
csscody.alert("username already exists",{ onComplete: function(){ $('embed, object, select').css({ 'visibility' : 'visible' }); } });