Problems with $.blockUI() in Internet Explorer 7
When I'm using blockUI() for show modal form I've got error in jquery.js:
Invalid argument (line 1061) (jquery.js)
At sting "
elem[ name ] = value" in .attr() method.
JavaScript code:
- $('#deviceAddFormButton').click(function() {
- $.blockUI({
- message: $('#deviceAdd')
- })
- })
HTML is <div id="deviceAdd"><form>...</form></div>, nothing extraordinary