Skip to main content

Bug Tracker

Side navigation

Ticket #3846: test.html


File test.html, 0.2 KB (added by felix_halim, January 14, 2009 04:26PM UTC)
<script src="jquery-1.3.min.js"></script>

<script>
$(function(){
	alert($('#elementId a').length);
});
</script>

<div id="elementId">
	<a>test</a>
</div>

Download in other formats:

Original Format