javascript - Json submiting same data until refresh -


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 ());    

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -