form.on('select(node)', function(data) { rnname = $(data.elem).find("option:selected").text() alert(rnname) })