[RESOLVED] Javascript Conflict With Input Text Fields
Dear Friends,
I have a slideshow using jquery.galleriffic.js and jquery.opacityrollover.js, whit the slideshow activated, all the input text fields don't allow space char or the use of the arrows left and right. With the two files (jquery.galleriffic.js and jquery.opacityrollover.js) deactivated the input text fields allo space char again.
I'm sure there is some conflict between the two javascript, how can I found out which code is the reason of the conflict?
The conflict was due to the setting enableKeyboardNavigation, turning this to false deactivates the association of the keyboard with the javascript gallery and you can again use the space and left and right arrows...
Bookmarks