I am highlighting a row on clicking a down-arrow inside a div. but when i click the down arrow button after dragging the scroll bar, the highlighted row and scroll moves in zig zag manner. so i want to certain functions on scrollbar event, but that should not affect when the scroll bar moves on clicking the down-arrow.
It will be helpful if there is event for the scrollbar click..
I have table with fixed height and overflow = scroll. when i press down arrow , i am highlighting the next row correctly.
My doubt is when row reaches bottom of the visible screen, how to move the only one down and also on pressing the up arrow, when the highlighted row reaches the top of visible row, how to move only one row up in the table.
When i try add anchor tag with data-role="button".. The styles are not getting applied....
I am trying to add the the variable (matchdetails) to my <ul> tag as shown above. Everythins s working fine but the anchor tag (shown in the black) is not getting its style.. how to solve this. I want output like the image as shown below
I have some ten to twenty number of <li> tags which contains divs as shown below. Now i want to filter <li> tag that contains div which has idfinal review and div that has the class ui-block-b Inprogress. how to do this.
Jquery version 1.7.2 is not supporting .ajax function, but when i use jquery 1.2.6, ajax method is working. but i need to use jquery 1.7.2 in my applicaiton, because if removed that my jquerymobile styles are not getting applied. how to solve this issue
I am working on a project... here i want to open pdf file in ipad.. when i tried in xcode simulator by directly giving the source of pdf file .. i was not able to go back to previous page. the image is shown below
In this image i dont have back button...when i click home button it ll go out of the app and when again opening the app...it is coming directly to this page'
when i use iframe for viewing the pdf document. the iframe height has to be extened dynamicallly... I am finding tough in doing this... this following image shows the iframe view
In this iframe view also...pdf is not being viewed in full page....
I am doing mobile project. I am facing a problem and i'm finding tough to solve it.
here is my code
when I am trying use data-theme as string and trying to append to html,
data-theme is not getting applied
. can anyone please help me to solve this issue