Explorar o código

Updated files

Previnash Wong %!s(int64=8) %!d(string=hai) anos
pai
achega
4e95bc5157
Modificáronse 2 ficheiros con 18 adicións e 0 borrados
  1. 9 0
      package/css/awselect.scss
  2. 9 0
      package/js/awselect.js

+ 9 - 0
package/css/awselect.scss

@@ -1,3 +1,12 @@
+/**
+
+jQuery Awselect
+Developed by: Prev Wong
+Documentation: https://prevwong.github.io/awesome-select/
+Github: https://github.com/prevwong/awesome-select/
+
+**/
+
 $bg_color: #fff;
 $placeholder_color: #000;
 $link_color: #000;

+ 9 - 0
package/js/awselect.js

@@ -1,3 +1,12 @@
+/**
+
+jQuery Awselect
+Developed by: Prev Wong
+Documentation: https://prevwong.github.io/awesome-select/
+Github: https://github.com/prevwong/awesome-select/
+
+**/
+
 awselect_count = 0;
 
 (function($) {