Sometimes $('.classname') and $.find('.classname') gives different result. Wondering what is the difference between both.
Sometimes $(‘.classname’) and $.find(‘.classname’) gives different result. Wondering what is the difference between both.
Share
will search the DOM for elements with class
classnameandwill
give you errordo nothing, why