- Screen name: emad.hamdi
emad.hamdi's Profile
15 Posts
28 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
- Dears,how can i make the selection red instead of Blue ???
- Dears ,I have a ver strange issue I will discuss it in briefas i knew there is jquery.mobile.cssjquery.mobile.theme.cssboth files uses the image file icons-18-white or black or soso please follow up what i did , in order to use a red arrow style instead of the white i opened the photoshopand i changed the color of the arrow to be redand i also removed the default circle arround the arrow " i make it white" so the arrrow will be RED and like that " > "after that I pointed the theme to use my file icons-18-redwhen i checked what i did on IE or chrome its perfect as attached ima
ge
but when deployed on iphone I cannot c any ARROW!!why i am facing such thing ? any help ?- Dears ,hope u r all finei am just asking can we achive such list ?? dynamicallypreis 15.000 how can i obtain this ?note that the list item has 2 different font styles
- DearsGiving a google-x and google-y coordination of a place, what is the simplest way to show the map on the html5 page ??
what should i attach of scripts and how can i use google maps ?many thanks in advance :)Dears,
this is the returned data from a restfull call of type "POST"
how can i iterate on the objects ???
i am using data.d.response.objects but gave me nothing
please help and many thanks in advance..{ "d":{ "code":200, "response":{ "meta": { "total_count": 69, "page": 1, "limit": 5 }, "objects": [ { "Gemeinde": "Amsoldingen", "Strasse": "Schloss 1", "ThumbnailURL": "https://apps.dynasphere.de/0001/pic/img_medien_thumbnail_50_1252156.jpg", "PreviewURL": "https://apps.dynasphere.de/0001/pic/img_medien_preview_370_1252156.jpg", "InventarblattURL": "https://apps.dynasphere.de/0001/report/rep_OBJEKT_bauinventar_242019.jpg", "InventarblattPDFURL": "https://apps.dynasphere.de/0001/report/rep_OBJEKT_bauinventar_242019.pdf", "ObjectID": 242019 }, ] }}}Dears,
this is the returned data from a restfull call of type "POST"
how can i iterate on the objects ???
i am using data.d.response.objects but gave me nothing
please help and many thanks in advance..{ "d":{ "code":200, "response":{ "meta": { "total_count": 69, "page": 1, "limit": 5 }, "objects": [ { "Gemeinde": "Amsoldingen", "Strasse": "Schloss 1", "ThumbnailURL": "https://apps.dynasphere.de/0001/pic/img_medien_thumbnail_50_1252156.jpg", "PreviewURL": "https://apps.dynasphere.de/0001/pic/img_medien_preview_370_1252156.jpg", "InventarblattURL": "https://apps.dynasphere.de/0001/report/rep_OBJEKT_bauinventar_242019.jpg", "InventarblattPDFURL": "https://apps.dynasphere.de/0001/report/rep_OBJEKT_bauinventar_242019.pdf", "ObjectID": 242019 }, ] }}}- Dears,hope u r all fineI am just asking about how to retreive data from an http post call from ajax and is this a valid data parameters string ?data: {page:"",limit: "", text: "", gemeinde: [""], strasse:"",hausnummer: "", verwaltungsbezirk: "", verwaltungsregion: "",bewertung: [""], vertrag: "true", rrb:"false",intersect_schutzobjekte: "true",lower_baujahr: "", upper_baujahr: ""},because i am getting a bad request errorand btw gemeinde: [""] should be a one or more entry or zero entry like an arrayand how to deal with the response of such call if succeded ??
many thanks :)
- Dears,I am getting data from JSON call and i want such data to be dynamically shown in a sortred listviewjust like this onewhat is the code to load such data dynamically ??
- Dearsthis is a URL of the a restfull webservice that returns a JSON formatall what i want is to run the file on chrome and firefoxi just want an html file that loads this data without error because i made many many examplesbut always have a crossdomain issue or a not authorized thingplease please if anyone can help me in this issue i will be really gratefull i am on this issue since 2 weeks now :'(my page is called TEST1 and it calls a restfull web service with this url
- Dears ,I want to make an icon linked list just like thismy code is like that but i cannot make them aligned like the one in the shot i want them exactly like the shot<ul data-role="listview" style="width:100%;height:100%"><li><a href="SearchMainPage.html">
<img src="Images/b1.JPG"/>
<h4>Kanton</h4></a></li><ul>
- 30-Mar-2012 02:18 PM
- Forum: jQuery Mobile
Dears ,i am trying to get json data from a restfull web service I have this issue in firefox and IE the strange thing is that when I use libraries jquery libraries from outside not downloaded locally the ie version works and combo is filled with Json data but firefox notby other meanin all scenarios in firefox i am having such issueand in IE when i use .js files locally i receive it too please helpppp- Dears,I have many Divs in my page and one of these divs resides in a section tag
<div id="sections" class="clearfix">
<section class="section-step-1">
<div data-role="page" id="page1" data-hash="false" data-theme="a">
<div data-role="content">
<table width="100%">
<tr>
<td colspan="1">
<button id = "butCallAjax" type = "button" data-theme="e" style="width:240px" >Button</button>
</td>
</tr>
</table>
</div>
</div>
</section>
</div>this div contains a button i attached a script to handle this button click using this synatx<script type="text/javascript">
$(document).ready(
function () {
$('#.butCallAjax').click(function () {
alert("x");
});
}
);
</script>
but it doesnt work ? if i put it in the first div of the page it works fine otherwise it is notdo i have to add the div id before the ajax call ?? >> $mainPage.buttonclickor what shall i do- Dears,Hope u r all fine ,
I just have an inquiry regarding styling the html5 page in a mobile or tabletIs there a way to have a two columns layout like shot whereas when selecting something from the left side the right side is updated ??
and another thing can the right side itself - if its just text - be divided into 3 colunns text style like a newspaper article ?- Dears ,I have a simple question is there any way to show map on an html5 page using jquery mobile
where i have the country , community and full street address as an input ?
and if its ok and there is a code doing that , is there any restrictions on such data "street address" is there for example a well known format that should be given to the function to correctly show the map?
thanks in advance- Dears ,I am new to HTML5 , JQUERY and JSON toobut let me brief my problem .. I want to use jquery to get data from JSON hosted on Restfull API - servicethe point is when I use Jquery.getjson ("URL") i cannot get anything I even write alerts in the script but it doesnt fire up when i double click on the URL itself i got the json file when i donwload it I can access the data but the file itself is not with JS extension ..so I downloaded the file then saved it as .JS locally then i changed the URL to be the local file IT worked just fine !!the point is why I cannot access the hosted one directly ? is it the extension that causes the problem or what ??please help me and many thanks in advance
- «Prev
- Next »
Moderate user : emad.hamdi
© 2012 jQuery Foundation
Sponsored by
and others.



