I am searching a solution where users can see several products in categories, see the price, image and description and then choose which items he would like to rent.
So a user should be able to rent camera x and a lense y and he see at the end the price and can choose the rental date from and to.
after that he recieve a confirmation email and the rental company too.
Can somebody help me to find a solution?
The other thing is, it should be easy to manage the rental items..add new items, delete or change items.
<div data-role="content"> <p>I'm first in the source order so I'm shown as the page.</p> <p>View internal page called <a href="#bar">bar</a></p> </div><!-- /content -->
It is amazing to be able to develop fast and easy with jquery mobile. I am just asking me:
If I make a mobile app for a customer, so how can I give him a confortable way to edit his app like contents, pics, etc..? Is there a cms for jquery mobile to make it easy for a customer?
Mit diesen Script bin ich in der Lage eine XML Datei komplett auszulesen und alle Values (A,B,C,D,E,F,G,H) ausgeben.
Es ist so, dass ich nur die Values für einen bestimmten Künstler anzeigen möchte der als Drop-Down Liste gewählt wird. Also für Michael Jackson nur A und B als Values anzeigen.
Was müsste ich im Script anpassen um dies zu realisieren?