Hi guys, I'd like to ask for my strange problem. When user holds for example key "q" on SW keyboard and wants to insert number "1" (upper keyboard line) to input element, it behave strange on some input elements - it does'n insert only number 1, but also key q ("q1"). Do you have any idea how to solve it?
Hi everyone! I want to add onmouseover/hover event to selectmenu, but I'm not able to do it. I think I tried all possible selectors: $(".ui-select"), $("select"), $("div.ui-select"), $(".myselectmenu:parent")..., but without success. Events which I have tried are jquery hover and on({mouseover: function() {...}.., onmouseover in html.
Hi everyone! I found strange problem on Android devices (detected on 2.3.3) which not occurs on webpage (tested with Ripple). JQuery is version 1.8.2 and JQM is version 1.2.0. I have selectboxes with native options:
and if the page is longer like screen and they occur under fixed footer menu and user clicks as shown on figure, navbar item doesn't reacts, but selectbox expands options.
I have also tried these functions in menu item onclick function:
event.stopPropagation
event.stopImmediatePropagation
but it doesn't work because in the case overlaping elements, onclick function of footer menu element is not executed. Here is sample of code: