Forum


Calc Builder Support

Calc Builder support
Forums
No se permite escribir sin estar logado. Por favor, login

On Change event 03.02.2017 18:42

Hi there, I could not find a way to use javascript listen to the onchange event of a SELECT (Option List). Any hints? thank you.

Re: On Change event 03.02.2017 19:05

Solved!
Tks

Re: On Change event 06.02.2017 12:13

Hi,
ok, just in case it may help others, you can use the first javascript tab in order to add an event listener using jquery, something like

CB("select[fldname=yourfieldname]").change(function(){

alert("This select has changed!");
});

replacing yourfieldname for your real variable name should do the work.
Moonsoft Team
www.moonsoft.es
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Lo que nuestros clientes opinan de nosotros