• 0

Access to properties in select


Question

campo = Builder.node('div',{className:'lineitem', ondblclick:'remover(this)', id:'group' + (sections.length + 1)},[
						Builder.node('img',{src:'img/borrar.gif',alt:'x',name:'pare'}),
						Builder.node('select',{name: 'cgroup' + (sections.length + 1), onchange: 'obtenerCam(this)', id:'1'},opt3) ]);

				$('subpage').appendChild(campo);

I want get the "selectedIndex" from select element, please help me!

I'm using builder.node from scriptaculous.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.