开发者

using jquery 1.4.4 dialog feature in jquery 1.3.2..!

开发者 https://www.devze.com 2023-02-06 19:40 出处:网络
Actually in my .net mvc application\'s Master page i have placed the jquery 1.3.2 js. Now when i open the page in which开发者_C百科 i have to use Dialog feature of jquery 1.3.2+. How can i do that?..w

Actually in my .net mvc application's Master page i have placed the jquery 1.3.2 js. Now when i open the page in which开发者_C百科 i have to use Dialog feature of jquery 1.3.2+. How can i do that?.. when i include it in my content page will the jquery 1.3.2+ will override jquery 1.3.2 file?. Thanks.


I'm assuming you mean jQuery UI? In which case you will need to include jQuery 1.3.2 or a newer version, as well as jQuery UI 1.8.9

You can replace jQuery 1.3.2 with 1.4.4 and it should all still work.

I would remove jQuery 1.3.2 and put jQuery 1.4.4 and jQuery UI 1.8.9 both in the master page

Having two versions of jQuery on one page will cause an untold amount of trouble

0

精彩评论

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