JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
            $("button").click(function () {
              $("div").each(function (index, domEle) {
                if ($(this).is("#stop")) {
                  $("span").text("#" + index);
                  return false;
                }
              });
            });
        });
    
  
  
    
         
          
          
asdf

          Stop here

          
asdf