Browse Source

Demo updated

Previnash Wong 8 năm trước cách đây
mục cha
commit
3ce2e74da6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/js/awselect.js

+ 1 - 1
package/js/awselect.js

@@ -7,7 +7,7 @@ Github: https://github.com/prevwong/awesome-select/
 
 **/
 
-awselect_count = 0;
+awselect_count = 0; // used for generating sequential ID for <select> that does not have ID
 
 (function($) {
     $(document).mouseup(function(e) {