jQuery selectors

0 votes
149 views
added Apr 3, 2018 in CSS by LC Marshal Captain (25,790 points)
edited Apr 4, 2018 by LC Marshal
To selectCode
breadcrumb > li (third) > a 
var lookfordistrict = $('ol.breadcrumb li:nth-child(3) a');
select :checked attribute
$(":checked")
select img in .className
$(".ClassName > img").css("border", "1px solid #eeeeee");
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...