It depon how you have defined your componentbuilder .
Use may use below JS API to query the HTML DOM structure .
document.getElementById
document.getElementsByTagName
document.getElementsByName
Use can first try debug you JSP(Press F12 in IE or inspect Element option in Chrome)
Try to identify DOM Structure and then query appropiately using JS API