javascript - CSS div disabled -


having issue css on page.

i not original owner or creator of html page therefore don't know in files fix problem.

issue: have auto-populate script input productid , productsku fields url parameter once page loads(tested , works on other pages except this). now, suspect jquery in files causing field input form div disabled until select calender date/time shown in picture below. dont know or built-in function couldve came from. appreciated.

it shows "step final disabled" once select calender date , time, turn "step final". think issue on why auto-form populate not working im not 100% sure.

enter image description here

first off, disabled class. doesn't disable input (it's on div anyway). secondly, coming easy appointments plugin @ 1 of these line numbers:

js/frontend-bootstrap.js:377:                jquery(element).addclass('disabled'); js/frontend-bootstrap.js:400:            calendarel.parent().next().addclass('disabled'); js/frontend-bootstrap.js:614:                plugin.$element.find('.step').addclass('disabled'); js/frontend-bootstrap.js:807:            this.$element.find('.final').addclass('disabled'); 

check file: wp-content/plugins/easy-appointments/js/frontend-bootstrap.js


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -