Hi, i have a situation where i have to use "data-ajax=false" while loading a page. Is there an event that i could use to show the page loading message. I have tried the following. I can see the alert but not the message.
$("#home").live('pagebeforecreate', function (event, ui) {
Hi, i have the following script in the page init. I check some server variables and if they are null, i redirect them to a different URL. I have the msgbox and i see them popup twice. Am i doing something wrong or is there a different approach?
Hi, does anyone know why there is a difference in the form in Alpha 4 and Beta 3? The form looks good in A4 but not in B3. I have attached the screens.
Hi, can you all please provide me an insight on how and what is the best way to store the User ID and Password for the user in the application. I have a settings screen and the form but having a tough time on where to actually store/save/retrieve these. Are the following options any good and can they be done
1) Store the values in a cookie
2) HTML5 Local Storage
3) Store the values in a database - This is the least preferred option. I have to create a table in the customer database which i am trying to avoid
Hi, can you all please provide me an insight on how and what is the best way to store the User ID and Password for the user in the application. I have a settings screen and the form but having a tough time on where to actually store/save/retrieve these. Are the following options any good and can they be done
1) Store the values in a cookie
2) HTML5 Local Storage
3) Store the values in a database - This is the least preferred option. I have to create a table in the customer database which i am trying to avoid
Hi all, i have a list view with a dynamic list being created like below. This works fine but, when the page appears, i am not able to click on the buttons on the new page (approveDetails.aspx). What am i missing? Thanks for help.
HI all, i am very new to JQM. I am trying to see if the following is even possible with JQM before starting any development. Any help/input is appreciated
1) Dynamically populating the listview from the database and having "Approve, Reject" buttons on the list view - I think we can do this
2) Clicking on those button should approve the data that is on that line by passing value which are on the same line.