I have three data in list.php, after I click add button it will go to add.php, I pick a item and click on it when I am in add.php, it will use ajax to save one more data to database in the background, and I click back button which is use data-rel="back" api back to list.php, the data still be three, only if I refresh the page then it shows four data, how to show correct amount of data if I click back button
This code works for most mobile browser but Apple Safari, few mobile browsers does not support play html5 format sound without click, therefore they will only hear the sound once, is there any way to overcome it.
Both jQuery UI slider and JQM slider are not very smooth on mobile if use built-in browser, according to my test, it's only work smoothly on iPhone Safari and Android Chrome, is there other plugin or solution for it?
Totally wok on desktop's browser, Chrome, Firefox, Safari, but not work on mobile's browser, neither Android chrome or iOS safari, anything wrong with the code?
I want to do some ajax stuff, and use $.mobile.showPageLoadingMsg when processing, how to show loading with overlay, I don't want to let user click the document when ajax happened.
It will play shutter sound after click play button, and play mail sound after 2 seconds, but on mobile it's only play shutter sound, I thought audio play event only trigger by real click behavior, how to trigger browser play the sound with out really click on the element.
I already use preload property, but the sound still a little bit played lag.
jQuery Mobile slider is easy to lost to listen event, especially on slow device, I used iPhone 4 with Safari to do the test, if I slide too quick, vmouseup will not be catched, so the interval turns to infinitely till I click any element on the page, have no idea how to solve the problem.
I wrote a script that if user drag the slider and not release, it will catch the slider's value and do something, if release the handle, the timer will be clear, and function stop, but in some iPhone's safari, sometimes mouseup event will failed, I think because of the machine's efficient is not quite good so the browser too lag for it, so I want to add check function when the interval is running, is there any API can detect the user still tap on the screen or not?
I have three pages, index.html, list.html and detail.html, detail.html have delete function, after click delete me button in detail.html will popup a dialog to ask delete or not, if you choose delete, the page will redirect to list.html, I click the back button on list.html after delete, it will go to detail.html again, I hope it can go to the index.html because the detail.html should be delete at that time, how to remove the detail.html from history back by hand.
If I typing in textarea, it will detect the enter event and enlarge the height automatically, but if I will javascript to put the value in the textarea it won't, is there any api could be used?
I bind the keyup function if keyup and the keyCode is 13 which mean's enter, than make the text without span surround by <span>, but I don't know how to filter the html in div which is not surround by span.
When you type @ in facebook's textarea and select the name you want, it will add the name into textarea with some style, any jQuery plugin can do this?
We can drag the circle button or click somewhere on the track to do the slide, how to disable the track click function on jQuery Mobile, I just want to slide by drag the button, I tried this
This is the best validation plugin I ever used, but it have to indicate text name for validation, in my case, my form element such as radio or input text are create dynamically, may I indicate the fields which need to be check by class name?
Those three url is a image group, he wants me when slide to some image have movie attribute or something like that, than the background color turns to black, the only clue that I found on official website was wrapCSS, but it can only change whole group's css, can't change which I specified, how to do it?