In this article i will show you " Difference between find() and
children() in jQuery ". When you work with theme, you will face with
finding element. Now this time, i will tell you about differents:
- find(): this function allow you find all elements with any level ( deep ) you want to match your conditions.
- children(): allow you find all children with single level ( first level )
See more
No comments:
Post a Comment