1. Helix3
  2. Friday, 21 August 2020
Hi, I'm working with helix ultimate. I'm using the doctor's appointment addon. I have changed the addon, thats was fine, the issue is that the child combobox don't show me the selection results, in web version its work well, but It don't working in mobile version

Can you help me please?
Responses (1)
Hi, I've been trying JS in and out of main.js, but the problem is the same, don't working in mobile. Please I need resolve this issue.

This is the jQuery code:

//medicals combobox

$('#speciality').on('change', function (event) {
event.preventDefault();
var id = $('#speciality').val();


jQuery.ajax({
type: 'POST',
url: '/components/com_sppagebuilder/addons/appointment_form/medical.php',
data: {'id': id},
beforeSend: function () {
$('#medical').hide();
},
success: function (response) {

$('#medical').html(response);

setTimeout(function(){
$('#medical').show() }, 1000);
}
});
});

the medical.php return the medical list.

Thanks
  1. more than a month ago
  2. Helix3
  3. # 1


There are no replies made for this post yet.
Be one of the first to reply to this post!


This forum is archived

This forum has been archived. Please use JoomShaper official support system.