innerHTML working in FF but not in IE!

后端 未结 3 2018
暖寄归人
暖寄归人 2020-12-20 07:31

In my JSP i am using a custom tag
like:

Date From:

and in my common.js fi

3条回答
  •  醉梦人生
    2020-12-20 08:25

    what you need a custom tag for IE, using Namespaces:

    
    

    and instead of plain:

    
    

    use

    
    

    cutom tags are much more powerful especially when bound to HTC behaviors, but unfortunately they are still IE specific, although you can manage to code something using JQUERY for all browsers, read more here: Using custom tags in IE

提交回复
热议问题