There is a $.select() question when i use display.es6.js
Cslove opened this issue · 8 comments
i wanted to use $.s() function to select DOM node
but report errors: Uncaught RangeError: Maximum call stack size exceeded
so i checked your display.es6.js source code found that there is a question in "isElement()"function and "select()" function.
so i deleted the "el = this.s(el);" in "isElement()" function and it works!
Could you check the source code?
Thank you a lot!!! I recommend you to do a Pull Request, so you can be in the contributors' list 😊
You know what, I will fix it myself, and I will add you manually to the contributors' list
ok,thank you. i am a young novice ,too.i will study your source code again!😊
wow! incredible! you are my idol
By the way, I fixed the $.s()
, and I released v2.0.1
. Oh, and don't forget to leave a star on the project, it would be very cool
yes,absolutely i have already stayed!