开发者

Submit form onchange of dropdown when javascript is disable

I am using jquery ajax function for loading content of a dropdown on change of another dropdown this works fine, Now when i disable javascript i want my form to submit on change of that dropdown so i can load that content in another dropdown after post back because that ajax functio开发者_C百科n wouldnt work how i can do this. I am using Asp.Net MVC 2 and jQuery


You can't use onChange when javascript is disabled - it's a javascript function.

The think you could do is to put a submit button in the form and when the javascript is enabled - hide it.


It's not possible without javascript. You can put a refresh button near the dropdown and hide it when javascript is enabled. On the button's click event you can populate your dropdown.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜