I'm developing a web app that has 4 main pages.... I premise that I don't use a multi-page template. Every page of the application is generated by php; one of these pages has some javascript code that allows the user to load new elements of a listview every time a "load more" button is clicked. All worked since I decided to try persistent toolbars.... Now that the application has a persistent header and a persistent footer my javascript code sometimes dosn't work at all.... sometimes, for example, same elements of the listview are loaded twice when I click once. So, the question is: "is there the possibility that my javascript code does not work because of there are persistent toolbars?.... Can the persistent toolbar interfere with my javascript code?
I followed different tutorials on the web in order to obtain a select menu with images inside the different options of the menu....but every way I tried dosn't work. I need a select menu in which every single text option is accompanied by an image....
I followed different tutorials on the web in order to obtain a select menu with images inside the different options of the menu....but every way I tried dosn't work. I need a select menu in which every single text option is accompanied by an image....
I'm working on a dialog in which there're two buttons that are linked with two different actions. I'd like to have two Ajax requests when the buttons are clicked. I tried every kind of javascript scripts but it dosn't work...
I premise that in the page of the dialog I haven't included jquery mobile scripts (in the guide is said that dialogs don't need links to the script if they're called as dialogs through a link [data-rel])
For every item of the page my php page elaborates some information through connection with mySQL. When I click on one item of the list I'm redirect to a dialog where there are shown additional informations. Since part of the informations that are shown in the dialog are equal to the informations shown in the item's space of the listview I want to propose this question:
is it possible to have data passages across pages (in this case across my listview and the page that is shown as dialog) ?... obviously i mean something different from the data passage through GET variables (I want an hidden informations passage).
In this way I would be able to avoid redundantrequests to the database thanksin advance..
I have a pege which contains a list of elements. This list is generated by a php code and the number of the elements can change by the time. The problem is that when there are a few of elements footer dosn't stay at the bottom of the page but it stays at the end of the list and the page isn't nice. Have something like this:
What can I do in order to let the footer stay at the bottom of the page regardless of the length of the content div?
probably what I'm going to ask has been already asked but I didn't found any response. So...
Like a lot of mobile site I need to generate a listview filled with some informations taken from a Mysql server through php.
I premise that I am not a javascript wizard( I know something about Ajax and about jquery methods) I also premise that I didn't completely understood if it's better to use the jquery mobile's plugin for listview or if it's better the classical creation through the php echo function.
I want to obtain a listview that can be expanded with new elements every time I click/tap on the button "load more elements". It's a very popular function
I'm new on this forum and I already have a question about the methods given by html5 and jquery for the "Responsive Images". In particular I would like to obtain this effect http://m.disneyworld.disney.go.com/ that is there's a main-image that holds all the display and resizes itself when users rotate this last.
I tryed through different CSS style but I'm not so well with this....