Jquery Dialog Problem

后端 未结 2 1481
遇见更好的自我
遇见更好的自我 2021-01-03 09:35

Hi every body i am developing a MVC application, and i want to use Jquery dialog . i have the following scenario : I have Telerik tree view, and when i click on any node i w

2条回答
  •  借酒劲吻你
    2021-01-03 10:04

    You're need to adjust the dependency order so it's correct, it should be:

    
    
    
    
    
    
    
    
    

    Note the addition of ui.mouse.


    But...a much simpler approach would just be to include jQuery UI as a single file, if you're using all the components it's simpler, easier to update and fewer HTTP requests, for example:

    
    

    You can download the library as a single file here: jQuery UI Download.

    Or from a CDN, for example the latest (as of the time of this answer) from Google:

    
    

    For benefits (they're very similar to the benefits of include jQuery itself from the CDN) see this question.

提交回复
热议问题