[font=Arial,][size=4]Since i dint receive any responds yet i started digging in to code and figured out that yii’s auto generating jquery is the issue to all the problem…[/size][/font]
[font=Arial,][size=4]so what i did is removed the following jqeury… jquery.min.js and included this. jquery-1.7.2.js[/size][/font]
[font=Arial,][size=4]now on console it gives me this eror “NetworkError: 404 Not Found - css/assets/819742eb/jquery.min.js” but however i am able to get the multiple date picker worked which is my real need. [/size][/font]
[font=Arial,][size=4]now what i need is, since i just manually deleted and got this working but i wanted to know how to force a view file (index.php) in yii framework to load only the scripts that are defined in the page but not anything from main template or defined anywhere else.[/size][/font]
[font=Arial,][size=4]below is a html output and i only need the ones that are ponited in blue to be loaded inside a specific view.[/size][/font]