$(document).ready(function() {

	// Last child
	$('.jqSelector li:last-child').addClass('lastChild');

});

