Results 17 issues of Jack Gao

After I build the project successfully, I run the "Harbour.RedisSessionStateStore.SampleWeb" project, input something in the fields and submit, it will throw the Null exception. the break point go the "...

场景: Tree1(Node1和Node2) 和 Tree2(含有Node1和Node2) 通过调用Tree2的api删除Tree2的Node2, 然后通过api获取Tree1的Node2,添加到Tree2中,以后鼠标悬浮Tree2的Node2就会出现js错误。 Cannot read property 'chkDisabled' of null。 个人分析是在获取Tree1的Node2的时候我使用了leftTree.transformToArray方法,导致node的一些属性找不到,能否源码里对这些数据进行检查,如果不存在就不要绑定事件。

I used the 1.13.1, I have another issue, when drag the element into the iframe and the sortable elements, the cloned element offset changed, but end sortable, the offset works...

Bug
Comp: Sortable
Behavior shared with 1.12

项目比较简单,不想引入那么多复杂的js插件,能否提供纯净jquery版呢?谢谢

如果气泡自动根据元素位置显示,有时候位置计算会有偏差,如图: ![image](https://user-images.githubusercontent.com/1866009/28604524-d2fb1e9c-71fd-11e7-94d3-10374e925e50.png)

Sometimes the sql string is very simple, but wast time. For example: ``` public class Customer { public int Id { get; set; } public string FirstName { get; set;...

Currently, we just have the 183 country in the world map. Sometime we need more country. And could you please intrudce how to create a customzie map data? Thx so...

项目终止了?两年没有更新了

If we have many dom elements with the block ui directivce like below: `` `test1` `test2` `test3` `test4` `` If we removed the "block_1" element, the block ui attribute will...

angular.module('myApp').controller('MyController', function($scope, blockUI) { // A function called from user interface, which performs an async operation. $scope.onSave = function(item) { ``` // Block the user interface blockUI.start(); // Perform the...