jquery - how concatenate object with number javascript -


i have problem concatenate number object

i need [object object] concatenate (button + indexoptionvaluetochange), following

var indexoptionvaluetochange = 1 alert(button + indexoptionvaluetochange) -----> function button(nombre){ this.nombre = nombre; }1

i need concatenate (button + indexoptionvaluetochange) == button1

alert(button1) ----> [object object]


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -