开发者

how do i know what version of jqgrid i am using

开发者 https://www.devze.com 2023-01-02 02:35 出处:网络
i have a asp.net project and its using jqgrid as the javascript grid.How can i find开发者_开发问答 out what version of jqgrid is being used?If you need to query the version programmatically you can us

i have a asp.net project and its using jqgrid as the javascript grid. How can i find开发者_开发问答 out what version of jqgrid is being used?


If you need to query the version programmatically you can use:

$.jgrid.version

Example:

alert($.jgrid.**version**);                                   


have you tried opening up the file jquery.jqGrid.min.js and looking at the first line of comments?

Mine says;

/* 
* jqGrid  3.5.1 - jQuery Grid 
0

精彩评论

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