现在的位置: 首页 > 综合 > 正文

jquery的更换主题时,同时刷新iframe页面

2013年09月15日 ⁄ 综合 ⁄ 共 293字 ⁄ 字号 评论关闭

themeswitcher的文件为   themeswitchertool.js(更换主题jquery-ui)

 

 var options = {

        onClose: function () {

            var iframeSrc;

            $("iframe").each(function () {

                iframeSrc = $(this).attr("src");

                $(this).attr("src", iframeSrc);

            });

        }

    };

    $('#switcher').themeswitcher(options); /*主题*/

抱歉!评论已关闭.