开发者

jquery, perl, form and serialize command not working IE browser

开发者 https://www.devze.com 2023-02-03 17:06 出处:网络
I have t开发者_开发问答his form section with dynamic clone of select drop down menus. The form are passing the values into the serialize.

I have t开发者_开发问答his form section with dynamic clone of select drop down menus.

The form are passing the values into the serialize.

 var data3 = $("#advance_mode_inputs").serialize();

Firefox works but in IE, it isn't working. Any ideas? There were no errors reported by the IE browser.

regards, Gordon


Nevermind,

I discovered that I was missing the </form> for this form.

Another question, any good tools to do checks like this?

0

精彩评论

暂无评论...
验证码 换一张
取 消