Tagged Questions
1
vote
0answers
35 views
How to use urlparam with jQuery to select radiobuttons?
I have this URL: ../foo::bar{2}233{13}171{1}1{20}0.html
Parameter are in {}, values behind.
With this I'm able to get the values:
var vars = [], hash;
var q = document.URL.split('bar')[1];
if(q != ...
1
vote
1answer
168 views
Add a configurable product to the cart using url
I'm attempting to add a configurable product to the cart using the url parameters but I'm still getting a "Please specify the product's option(s)." when I try to add a product to the cart using the ...
0
votes
1answer
533 views
add url parameter during jquery submit from
From my understanding, once a form is being submitted, you cannot add parameters to it by adding extra inputs (at least this [link] is what gave me that assumption)
For example:
var form = ...
1
vote
4answers
104 views
jQuery parameters not passed to PHP
I am not sure why but jQuery is not passing parameters to PHP in order to complete the load() function with specific data based on the parameters ID.
In short term, when a user clicks a link there ...
0
votes
4answers
251 views
Storing a list of key value pairs in a url parameter, javascript.
Assuming www.mydomain.com?param1=example as an example.
What is the best way to store a second parameter that is a list of key value pairs? At the minute I use ¶m2=key|value,key|value. I ...
0
votes
1answer
138 views
Jplayer Share Button - Pulling Parameter from URL
I have a jplayer with playlist that loads from an xml file and is transformed into json. I am trying to add a share button (just a central one, not on each song in the playlist) and while i have ...
3
votes
3answers
543 views
URL parameters without values
The query part of a URL seems to consist of key-value pairs separated by & and associated by =.
I've taken to always using jQuery's $.param() function to URL-encode my query strings because I ...
0
votes
3answers
1k views
reload page on select
I have a select list on a page like this:
<select name='elements'>
<option value='water'>Water</option>
<option value='fire'>Fire</option>
<option ...
2
votes
2answers
2k views
jquery mobile url parameter not updating in browser, but getting correct one with “data-url”
I created the following example to show what I am experiencing.
If I navigate from page1 to page 2 with the button Page 2a, the URL will be ...#page2?id=a as expected.
When I click the button to ...
2
votes
3answers
731 views
jquery auto complete with multiple parameters in JSP
I use JSP, I want to pass two parameters along with the jquery auto-complete. My second parameter is value of a select box. I have used the following code but am only getting the first value in the ...
1
vote
0answers
341 views
Loading an mp3 via url parameter in jQuery Mobile page
I have an xml list of mp3 files in jquery mobile that directs the user to an HTML5 audio player by passing the mp3 path via url, which is then inserted into the src of an audio tag. However, the src ...
2
votes
1answer
652 views
chrome extension desktop notification send get params
I would like to send some parameters to my desktop notification but i can't retrieve them.
I open a notification with that code :
var notification = webkitNotifications.createHTMLNotification(
...
1
vote
3answers
281 views
how to change URL parameters to stop an image reloading
I have an image which I only want to load one time only on the homepage, accessed via my intro page (it fades away, on load, a kind of visual echo from my intro page). I dont want the image to appear ...
1
vote
2answers
1k views
Passing 2 URL Parameters?
I need to pass 2 URL parameters in a URL. The URL originates in an email and the user will click the link directing them to my site. The first parameter triggers a script on the page the second ...
0
votes
1answer
533 views
jquery mobile ajax jsonp request does not pass second get url parameter anymore
Sorry for not being precise enough in my first version of the post/ here is an updated post with sample code
i am using jquery 1.6.4 and jquery mobile 1.0rc2/ i first have to admit that i am ...
1
vote
0answers
85 views
Method based on URL parameter
I have code which I would like to execute based on all the pages in the root directory of http://www.mywebsite.com/post/
What method would I use to target the post portion of the url, that way no ...
3
votes
3answers
6k views
How to replace url parameter with javascript/jquery?
I've been looking for an efficient way to do this but haven't been able to find it, basically what I need is that given this url for example:
...
0
votes
3answers
197 views
How to keep track of which buttons have been pressed after page reloaded?
I'm new to Javascript, and JQuery. After searching the internet for solutions, I decided to post this question.
The problem: When the user clicks on a link within the iframe, it updates the ...
1
vote
2answers
654 views
Replace URL parameter values in links using JavaScript/jQuery?
My CMS's lightbox-style photo gallery outputs code like below. I've provided code for two thumbnails.
The parameter values for "m" and "s" will always be "150" and "true." I'd like to change that to ...
0
votes
4answers
369 views
jQuery: Variable from URL, with ÆØÅ and what not
I use a script to get a variable from the URL and decode it - "userName" to be preciese.
However the script only works with English characters, and not Danish or other Latin characters. How can I get ...
0
votes
2answers
754 views
jQuery toggle div select option with url parameters
I've created an advanced filter for a datatable. Now I'd like to add the selected options as url parameters. So each time an option is selected, the url will change and if the page is reloaded it will ...
1
vote
2answers
550 views
how can i pass url id parameter to javascript in mvc2
Anyone knows how to pass an id parameter to jquery. For instance I have a url:
http://localhost:52271/News/Index/1
What I want is id parameter which is 1, in the above url. and I need to pass that id ...

