arguiot/DisplayJS

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

html
but report errors: Uncaught RangeError: Maximum call stack size exceeded
error

so i checked your display.es6.js source code found that there is a question in "isElement()"function and "select()" function.
iselement
select

so i deleted the "el = this.s(el);" in "isElement()" function and it works!

fix
work

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!😊

@Cslove No worries, I can understand, I'm 15 years old in fact 😊

wow! incredible! you are my idol

@Cslove Aha 😂

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!