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
精彩评论