Linked Questions

2694 votes
73 answers
5.5m views

Is there a plugin-less way of retrieving query string values via jQuery (or without)? If so, how? If not, is there a plugin which can do so?
1 vote
2 answers
366 views

I know this question seems to be around a bit, but 90% of the answers point to a solution that is not working for me (indexof > -1). if ( window.location.href.indexOf("product=3") > -1 ...
djonamish's user avatar
23 votes
5 answers
137k views

I have the controller like the below: public ActionResult Save(string input, string name) { //Some code return PartialView(); } And I need an ajax call to this controller method and pass the ...
DS kumar's user avatar
  • 347
15 votes
4 answers
16k views

Here is how a SoundCloud embedded player on a HTML page looks like on mobile device: It's rather annoying, because the user has to click "Listen in browser", and then, often, it doesn't start like it ...
Basj's user avatar
  • 47.4k
18 votes
4 answers
47k views

This is my first HTML page: <!--first.html--> <html> <body> <div data-role="page" data-theme="a" data-url="first" id="first"> <form id="form1" name="...
Pushpendra Kuntal's user avatar
6 votes
7 answers
38k views

I have a link like this: http://localhost:8162/UI/Link2.aspx?txt_temp=123abc I want to get the value 123abc . I have followed this How can I get query string values in JavaScript? and jquery get ...
Headshot's user avatar
  • 452
6 votes
3 answers
4k views

I have a link in my app that when clicked, leads to another page. I want to execute some JQuery on this new page after it loads, but only if that specific link is clicked to get to the page. I have ...
Justin Meltzer's user avatar
1 vote
2 answers
3k views

I've seen how to parse query string info (GET variables) using Javascript and jQuery. There are two different examples here (I've always preferred the second one): How can I get query string values ...
MillerMedia's user avatar
  • 3,661
3 votes
1 answer
3k views

Im just new at using Javascript and I'm having trouble on pageload event. After submitting form1, form 2 should appear. <html> <head> <script src="jquery1.9.1.js" type="text/...
zxc's user avatar
  • 1,526
4 votes
1 answer
3k views

Check out the fiddle! The Fiddle Im wanting to be able to link to the different sections of the content areas via links similar to the footer links in the example. However I want this functionality (...
webbist's user avatar
  • 456
1 vote
1 answer
3k views

I have successfully setup datatables (with no search text by default). I want to be able to pass a search parameter to my datatbles table via URL. for example if my default datatables page is abc.html....
Superman's user avatar
0 votes
4 answers
2k views

I need to create a link that opens a page yet sets a new target within an iframe on that page is this possible? So for example. 'Link1' has to link to 'index.html' this page already has an iframe on ...
user3302088's user avatar
0 votes
1 answer
2k views

suppose i have a select HTML element on the page. how can i select the option after passing a query string. such as computer.php?type=super2 it should select the super2 option in the select <...
Mossawir Ahmed's user avatar
2 votes
1 answer
3k views

It seems there's no easy and built-in way to check whether an url contains a query string and if it does, get it. The approaches I found so far rely on "url.indexOf("?")" and regex. Are these the only ...
user avatar
0 votes
5 answers
3k views

The url of my website is in one of the following two formats: Format 1: http://www.example.com/books/1309/angular-book OR Format 2: http://www.example.com/ShowBook.aspx?ID=1309 I can extract the ...
CuriousDev's user avatar
  • 1,273

15 30 50 per page