14 Posted Topics
Re: post code where you are sending response. the keys should be like this in array: 'id' => 111, 'title' => "Event1", 'start' => "$year-$month-10", instead of writing as: event_id, event_name. and there are no attributes "name" and "date" of the events object. have a look here. http://arshaw.com/fullcalendar/docs/event_data/Event_Object/ | |
Re: Use static parent e.g. body for this situation. $('body').on('change', "#dynamicselectid", function(e){ console.log($(this).val()); }); ![]() | |
Re: switch statement would be better for it. And consider both uppercase and lowercase letters. | |
Re: In example there is checkbox and you are using radio button. why? you can't use radio button. | |
Re: Do you want to update a record and getting values using ajax? or only showing? | |
Re: Use php as action page for your form in HTML. <form action="script.php" > | |
Hi! how to delete threads on daniweb.com posted by me ? | |
Hi! there is some problem in uploading file. some one help me and please make corrections in code. //// upload_form.html <html> <body> <form enctype="multipart/form-data" action="upload_file.php" method="POST"> <input type="hidden" name="MAX_FILE_SIZE" value="100000" /> Choose a file to upload: <input name="uploadedfile" type="file" /><br /> <input type="submit" value="Upload File" /> </form> </body> </html> ///////upload_file.php … | |
| |
Hi! I want to know, how to calculate running time complexity of a given code or algorithm. some one please help me. code is given below. x = 0; for (a=1;a<=n;a=a*9) { for (b=1; b<=3n; b++) { for(c=0;c<n; c=c+5) { x++; } } } I think, there is for the … | |
Aslam o Alikum, My name is Saqib. I want to use inline and external assembly code in my c# project. but I cannot understand the method. please tell me the syntax of using inline assembly code. Tell me that how can i use external assembly functions in files with the … | |
Aslam o Alikum to all, here is my code to get and change the attributes of a txt file. I want to change the hidden attribute of file. In this code, when i get attribute of file, the number 20 (100000) is returned in cx. I changed this number to … | |
hy! I am writing an integer array class. but there is problem to return array from getter function. any one tell me the procedure of this task. And tell about extract operator for that class.[code]#include<iostream> using namespace std; class integer{ friend ostream& operator<<(ostream& output, const integer& num); private: int array[10]; … |
The End.