I am developing a Mobile template for my custom php based website using JQuery Mobile.
After developing few pages, when I tested the system in my and my friend's Android Mobiles and Tabs, I realized that it is running hell slow. I mean, its running slower than the desktop version of the website !!! Sometime it loads, sometime it doesn't. Sometime the links open, Sometime doesn't. Sometime it gets stucked at the loading.
How do I tweak the system so the, at 1st only the items which are being shown on the screen, those thumbnail will be loaded. Then if the user scrolls down, more thumbnail images will be loaded. that is as the user scrolls down, the images will be loaded.
Same thing happens in Facebook Timeline. Try to see the old posts....
I am new to JQuery Mobile and facing problem with Dialog-box and URL-Hash Problem.
I have a page where the Login page is displayed as Dialog-box. On login form 'Successful' submit, the PHP code redirects to index.php, so no problem.
On failed, it stays on the same dialog but in the URL, same HASH value getting appended again and again. As a result, after 1 failed login, user have to click twice to close the dialog box. and after 2 failed logins, user have to click 3 times to close the dialog box. The url looks like this -
Hello, I need a help to catch these HTML elements - Elements - <table class="cbFieldsContentsTab cbFields" id="cbtf_46">....</table> <table class="cbFieldsContentsTab cbFields" id="cbtf_2">....</table> <table class="cbFieldsContentsTab cbFields" id="cbtf_21">....</table> <table class="cbFieldsContentsTab cbFields" id="cbtf_11">....</table> <table class="cbFieldsContentsTab cbFields" id="cbtf_20">....</table> <div class="tab-content cb_tab_content cb_tab_tab_main" id="cb_tabid_40">....</div> <div class="tab-content cb_tab_content cb_tab_tab_main" id="cb_tabid_24">....</div> What will be the statement ? $....
Hi Currently my page has a iFrame (loads an external web-page) in it. I have seen this tutorial that uses simple AJAX to replace this iFrame. http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm (see the small DEMO, I want exactly the same with just 2 Links) My question is - How can I do the same using jQuery's AJAX to do the same ? Thats is, when these 2 Button/Link hit, it will fetch corresponding remote html and paste it in a DIV. Thats it. Please do reply..... Ayan Debnath INDIA.