Posts by daniel lajiskin • 51 points
3 posts
-
1
votes1
answer53
viewsQ: Is it possible to redirect a page and send a value from a field at the same time in jQuery?
I needed to get a value from a clicked select option and send it to another page, only I would like to be redirecting to that same page. I am using jQuery mobile library, below follows my code in…
-
3
votes2
answers179
viewsQ: How do I redirect a page by clicking an option from a select by google Chrome?
I am using this jquery already tried to use change also but does not run <script> $(document).ready(function(){ $("#select-native-fc").on('click', function(){ if($("#select-native-fc").val()…
-
1
votes0
answers118
viewsQ: How to link to another page having the option to choose the value in the combobox?
My page has a div that makes the link with another page, this other page has a combobox, in which each value brings me a different table from the database. Javascript that links to the page:…