I have been looking at someone jquery code in jsf and I am not sure if I 100% clear I understand it all. The I am not clear on is the following syntax
$('aclassname > input').each(function {}
What I am trying to understand is how the greater than symbol is working here. The 'aclassname' is a class attribute used on a div tag and this tag is wrapped round a input button. I know that the action is change an event on the button, but how does the greater than symbol work on this?