I did this but not working if(error.join()!=””) { $(“#sub_error”).fadeTo(200,0.1,function() { $(“#sub_error”).html(error.join(“<br/><br/>”)).append(‘<br/> <input type=”button” name=”err_ok” id=”err_ok” value=”ok”>’) .addClass(‘subboxerror’).fadeTo(900,1); bindEvents(); }); function bindEvents() { $(“#err_ok”).click(function() { $(“#sub_error”).fadeTo(1000,0); }); } } else { $(“#frm_sub”) .removeClass().addClass(‘messagebox’) .text(‘Submitting…’).fadeIn(“slow”); $.post(“register_user.php”, { $(‘#frm1’).serialize() } , function(data) { alert(data); }); }); }
Author: user user
jQuery and other libraries
I am having this issue with jQuery and have no idea how to solve it …. can anyone help or provide some assistance!? [Exception… “Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIDOMXPathEvaluator.evaluate]” nsresult: “0x80070057 (NS_ERROR_ILLEGAL_VALUE)” location: “JS frame :: http://example.com/wp-content/plugins/IMM-Glossary/JavaScripts/prototype.js :: anonymous :: line 1081″ data: no] Source: http://example.com/wp-content/plugins/IMM-Glossary/JavaScripts/prototype.js Thanks Edit: Thanks for the response 🙂 […]