javascript - Passing between two hidden fields -
I think there are issues of passing a value between two hidden areas
I use Google Maps I'm using a jquery plugin for geographic location. The plugin uses a field set that includes two hidden fields, one for latitude and one for one loan. Every time there is a change in pin two values, which are definitely happening and can be seen in the developer tools.
I have a form that I want to send all my values to a php file in the same file. I have managed to work it for all other inputs, but it just does not work
There is a map with two hidden areas. Hidden classes come with the value of 20 presets, which make changes.
& lt; Div class = "gllpMap" & gt; Google Maps & lt; / Div & gt; & Lt; Input type = "hidden" square = "gllpLatitude" value = "20" /> & Lt; Input type = "hidden" square = "gllpLongitude" value = "20" /> & Lt; Input type = "hidden" square = "gllp zoom" value = "3" /> & Lt; / Div & gt; And this is my search which is being sent to php.
& lt; Form method = "post" action = "getData.php" & gt; & Lt; Input type = "text" name = "user name" class = "mySearch" value = "" /> & Lt; Input type = "hidden" name = "test" id = "to" "" & gt; & lt; input type = "hidden" name = "id" "id =" as long "/> Lt; input type = "hidden" name = "latitude" id = "lat" /> & lt; input type = "hidden" name = "tall" id = "tall" /> gt; & lt; Input type = "submit" class = "mybutton" value = "" & gt; & lt; / form & gt; for some reason I can not do it for work What I see is that the values set by these hidden areas This is the simplest way to get late and taller to equalize. Simple and Better, I'm new enough for coding and this is just the first duplicate, which I got more time to get it right again There is hope to note.
You can take and set price using JQuery. Val ($) ($ ("gllpLatitude.") Val ().). $ ("#long") Val ($ (" GllpLongitude. ") Val ().).
< / Div>
Comments
Post a Comment