Hi all,
I've a slider container in my form. When that slider is clicked, an event is fired and a div inside a custom code (that is placed inside the slider) is filled using ajax.
The problem is that in this custom code I've an input field, and everytime I click this input field the slider event is fired.
I don't want that.. I want that the slider event is fired only when I click the slider's title.
Is possible to create an onclick event that is fired ONLY on the Slider title ?
Many thanks
I've a slider container in my form. When that slider is clicked, an event is fired and a div inside a custom code (that is placed inside the slider) is filled using ajax.
The problem is that in this custom code I've an input field, and everytime I click this input field the slider event is fired.
I don't want that.. I want that the slider event is fired only when I click the slider's title.
Is possible to create an onclick event that is fired ONLY on the Slider title ?
Many thanks