So I am using Jquery's load function like so,
$('#id').load("http://www.thisiswhyimbroke.com");
I know you can add id selectors after the url, but the content im looking for is not contained within an id, is there a way I can select a particular class name?
Even further, if I could select the first li item, then select the class with name item within it, is that possible?