with the following markup <div> <span>1</span> <div>2</div> <span>3</span> </div>
when find("span") is used it only returns the first case (ie <span>1</span>)
Log in to post a comment.