I have a problem submitting my "form" with json. It is not a traditional form,
= "Snippet-code-js lang-js prettyprint-override">
$ ('# select'). ('Change', function {document.getElementById ("info"). Set attribute ("data-information", this.value);}) $ ('# info'). ('Click', function) {var id = $ (this) Data ('info'); Add (notification);}); Add Function {$ .ajax ({type: 'get', cache: false, contentType: content_type, beforeSend: function (xhr) {xhr.overrideMimeType (content_type);}, data: {'action': 'info_add ',' Info ': info}, url: Sitthid +' info / all ', success: function () {update ();}}); } & lt; Script src = "https://ajax.googleapis.com/ajax/libs/JQuery/1.1.0.0/jquery.min.js" & gt; & Lt; / Script & gt; & Lt; Select ID = "Select" & gt; & Lt; Option value = "1" & gt; Data 1 & lt; / Options & gt; & Lt; Option value = "2" & gt; Data 2 & lt; / Options & gt; & Lt; Option value = "3" & gt; Data 3 & lt; / Options & gt; & Lt; Option value = "4" & gt; Data 4 & lt; / Options & gt; & Lt; / Select & gt; & Lt; Div id = "info" & gt; Button & lt; / Div & gt; So as you see, when selected, this adds "data-information" attribute for div and when the div is pressed So it sends the data-data to the php script. And the problem is that it always sends the same value, but after refreshing it only sends it once and then again the same value as before. It's hard to interpret but the example is here: I think I select "Data 2" and press on the div. It sends "2" but when I change it to "data 3", and press it on the div, it still does not send "2", "3". Sorry for any cash set or nothing bad english and thanks in advance :)
If you If you are also going to use jQuery for settings, then read it with jQuery
Change
document.getElementById ("info"). SetAttribute ("Data-Information", this.value); to
$ "# info"). Data ("info", this.value); Still wondering why you are using data attributes, when you are not just reading the price on demand.
Add ($ ('# select') Val ());
Popular posts from this blog
Please help me about this question: Look for functions ($ userpno) } {Echo $ userpno; $ This-> query = "SELECT task.employee_id, task.user_id, task.service_id, service.name AS servicename, service.description AS servicedescription, employee.name as employineame, employee.pic_path employment, employee.pic_path from work Work.user_id = '$ userpno' Join the INNER employee. Pno = task.employee_id Join INNER user user.pno = task.user_id service.service_id = task.service_id "INNER service; } query works perfectly without: WHERE task.user_id = '$ userpno' my Also try this method: WHERE task.user_id = $ userpno but it does not work. Error: Warning: mysqli_fetch_array () parameter 1 is expected to be mysqli_result, given in Boolean C: \ wamp \ www \ admin \ classes \ Task Php on line 22 Please tell me where I say where is it. Try: $ this-> query = "SELECT Task.employee_id, task.user_id, task.service_id, service.name AS s...
I am trying to create Java web framework (and learning), and on the basis of 'Code Generator In the process of making the material view of the database in the process of development, I stumbled into a difficulty, which I do not know how to solve it. First of all, I want the following index.jsp : & lt; Body & gt; Use all pages to be created. & Lt;% @ include file = "header.jsp"% & gt; & Lt; Hours / & gt; & Lt;% @ included file = "body.jsp"%> & Lt; Hours / & gt; & Lt;% @ include file = "footer.jsp"% & gt; & Lt; / Body & gt; And, in body.jsp , I should have it like this: & lt; Jsp: include page = "$ {Application_modul}"%> Where application_modul is an attribute defined in its controller: request.setAttribute ("application_modul", "USER_ACCOUNT \\ ' View_user_account.jsp "); This file can be found properly, but the processed JSP does ...
I am working through an advanced search query where users select the checkbox based on multiple criteria. I am starting because I am hoping that I will know whether I am on the right path. I know that the query is quite messy Edit: I realized that there are two questions to be needed, so I have strictly modified a question question table data tables ss_users user_id FIRST_NAME LAST_NAME admin_level user_approved 1 Nick Jones 0 1 2 Johnny Rocket 0 1 table ss_user_profile_status user_id photo_uploaded 1 1 2 1 table ss_user_photos selected user_id file name photo_id 1 1 photo_1 .jpg 1 2 2 photo_2.jpg 0 3 2 photo_2.jpg 1 table ss_general user_id city state zip neighborhood 1 Baltimore maryland 00125 hamsterdam 2 Lekland My 11542 treemont table ss_languages user_id French German Italian Spanish 1 0 1 0 1 2 0 1 1 Table ss_experience Waldorf Kumon homeschooling user_id 1 0 1 0 2 0 0 1 My current The result is that all users, which should not be the case: ... Select ss_use...
Comments
Post a Comment