JQuery :: Highlight Content Based On Clicked Anchor From Another Page?

Sep 30, 2011

I recently had a request from a client and I'm not entirely sure this is possible. I'll try to explain it the best I can, as I can't share the development files yet...

We have a page with an image map of the United States. If anyone clicks on a state, it will bring them to a new

page. This new page contains a table that has named anchors on it, each row being a different state.

So, for example, if someone clicks on South Carolina on the map page, they will be brought here[code]...

The #sc anchor will scroll the new page down to the row in the table about South Carolina.

Is there any way to highlight the table row that the person is looking for? For example, if they click on South Carolina, they will be brought to this new page and the South Carolina row in the table would be highlighted.

View 2 Replies


ADVERTISEMENT

JQuery :: Reload Page With Anchor When Anchor Link Is Clicked?

May 26, 2011

I need to get the page to reload with the anchor in the link when it is clicked in a dropdown menu. For example if I am on 'www.domain.com/about/#2' and I then click on 'www.domain.com/about/#3' the url changes but the page doesn't reload so I need the page to reload, but keep the new anchor (#3).I gave the links with anchors a class of 'reload' and tried this:

$('a.reload').click(function() {
window.location.reload();
});

View 4 Replies View Related

Using Anchor Jumps With 'instant' Anchor Based Navigation?

Sep 4, 2011

Having a little bit of trouble with a site I'm currently working on I'm using some AJAX for the instant g-mail/facebook style navigation, you know the kind, with no refreshes, etc. Problem is, to allow for back/forward and bookmarks, I currently use a URL that looks like:[URL].. This is fine, not a problem... The issue comes into play when I want to open up the news.html page, from my home.html page, and have it open to news item #6 (for example).

I can't add a #, because one is already being used to reference the anchor for the content div. Has anyone run into a similar problem before? If so, how did you resolve it? Can some jQuery be used to find the location of the news item div in question, on load, and scroll to it like that?

View 8 Replies View Related

JQuery :: Ajax - Script Which Loads New Content Onto The Page When The Main Navigation Links Is Clicked

Sep 21, 2011

I have an ajax script which loads new content onto the page when the main navigation links is clicked. I also have a jquery script which fades divs in and out when another subset of links are clicked.

I guess these scripts essentially do the same thing but the first basically is loading in 'pages' without the page having to refresh. The second is just fading in and out divs that are on a page.

The problem is is that the second script only seems to work once, when the page is loaded.

Here they are:

View 2 Replies View Related

JQuery :: Getting Attributes From Clicked Anchor?

May 7, 2010

oing through my learning curve now. If I have my html (being generated by a PHP MySQL call) set up as such:

<a href="javascript:void(0);" class="clickable" opendesc="<?php print $thisid; ?>"><?php print $appname; ?></a>

so where opendesc will equal 1, 2, 3, 4...how can I pass this to jquery?I tried this:

$(document).ready(function(){
$("a.clickable").click(
function(){

[code]....

View 3 Replies View Related

JQuery :: Highlight A Link Based On Partial URL?

Feb 28, 2010

Altough I'm using jQuery for some time, this is my first post here about an issue that I really got stuck with. Otherwise jQuery is really nice and simple to use.

[Code]...

View 2 Replies View Related

JQuery :: Hiding List When Another Anchor Is Clicked?

Feb 16, 2011

This is my FIRST attempt at using Jquery to make a site menu for a client, and I'm pretty new to Javascript as a whole..I have a two column horizontal menu, and when an anchor on the left column is clicked it brings up a list in the right column..how do I hide list in the left column when a different anchor is clicked, bringing the new list to the top of the column?

<style type="text/css">
ul.nobulletnoindent {
list-style-type: none;

[code]....

View 2 Replies View Related

JQuery :: Anchor Links - Toggle Need To Clicked Twice

Feb 25, 2011

I basically have many anchor links where when I click each of them it slidesdown its own div with some text in it. So have I wanted is when I click on one link it will show me the current one and hide the others. This is what I have tried which works great but when I click on a link it opens the div, then click on another one opens the div with one click and when I go back to re-click the previous link I have to double click it in order to work..

This is my js code:
$(".anchorlink").toggle(
function() {
var cont_val = $(this).attr("id");
$("div#unique_anchor_text", this).show();
$("div#unique_anchor_text").hide();
$('.unique_anchor_text'+cont_val).slideDown("fast");
},
function() {
var cont_val = $(this).attr("id");
$('.unique_anchor_text'+cont_val).hide();
});

HTML looks like:
<a class='anchorlink' id='$item'>Comment</a>
<div id='unique_anchor_text' class='unique_anchor_text$item'>some text</div>

View 3 Replies View Related

Make Content Load Into A Div On Another Page When The Linked Is Clicked?

Aug 11, 2010

Im using a Javascript to load content into a div tag when a link is clicked, but how will i be able to make content load into a div on another page when the linked is clicked.for example, i click the link -> then a new page opens -> and in that page the content is loaded in a div tag.but onload won't work, i want it to load with like [URL]

View 11 Replies View Related

JQuery :: Perform / Execute So And So, When Anchor Element 'clicked'?

Jul 29, 2010

as you can tell by the following statements, i'm new to jQueryI'm trying to do the following (in plain english) without too much success.. ) when document ready.. 2) find the element with id 'next'.3) pull / take all 'li' elements, and perform so and so, all whilst excluding 'last' element.

$(document).ready(function() {
$('#next').click(function() {
$('li').each(function() { //for each li ..

[code]....

View 4 Replies View Related

Controling Position Of Content On Page Load Once A Link Is Clicked?

Aug 3, 2009

I understand the thread title isn't very descriptive, but what I am asking is hard to describe. Basically, I am linking to ID elements on the page. Once the link ttp://www.example.com/page.html#linkID is clicked, it jumps down the page to the ID.Normally, this is not an issue. However, I have a fixed position navigation panel layer above the page content. When the link is clicked, it cuts off part of the content that I want visible because the fixed position layer is covering it.Is there a way with Javascript (even better if it can be done with CSS) to control how far down the page goes once a link is pressed? For instance, can I say: On link press, go to ID and apply top: 20px; or something to the effect?

View 2 Replies View Related

Highlight Clicked Menu Item?

Jan 27, 2010

I have a vertical menu consisting of CSS rollovers. When clicked, each one dynamically loads a new Flash movie via Javascript, within the same page. This works fine. However, what I would really like, is to have each menu item highlighted after it has been clicked, to show the user what is being shown. This could be the same image as is displayed in the active CSS state. Does anyone know how I can do this? Because each link is simply dynamically loading flash movies, and not going to a new html page, I can't simply add an ID element.

CSS:
#navlist {
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
font-weight:bold;
list-style:none;
}
#navlist a {
display:block;
[Code]....

View 15 Replies View Related

Get To Know Which Anchor Link Being Clicked Using Script?

Oct 2, 2009

Sorry I am new to JavaScript.

Says that a.html has two same anchor links (<a href="b.html">b</a>). The anchor links are uneditable but we could add JavaScript to the a.html.

Except for dynamic adding onclick event, any other ways could get to know which anchor link being clicked?

View 1 Replies View Related

Refresh Website After 1 Sec When Anchor Link Clicked

May 25, 2011

I need a script which will refresh the page 1 sec. After the anchor text is clicked
PHP Code:
<a href="#YourAnchor"></a>

View 1 Replies View Related

OnClick="function Value Of The Anchor Tag Just Clicked?

Oct 23, 2010

onClick="function(' whats the value of the anchor tag just clicked? Title basically says it. I need to get the object that was just clicked, to insert into a JavaScript function. I've tried "function('this')" and similar things, but it doesn't work. I'm sure this is REALLY easy to do, but I don't know it and I have no idea what to search for.

View 1 Replies View Related

HTML - Displaying A Hidden Slider When <Anchor> Is Clicked

Nov 2, 2009

The <a> is a list of menu items that when clicked.... a specific gallery-slider-images should been shown in relation to the galleryId....<div class"gallery" is hidden in CSS> I'd like to use jQuery to complete this task if at all possible, i can't seem to .show() the selected 'gallery' w/o showing them all...........

View 1 Replies View Related

OnClick="function - Whats The Value Of The Anchor Tag Just Clicked

Oct 23, 2010

I need to get the object that was just clicked, to insert into a JavaScript function. I've tried "function('this')" and similar things, but it doesn't work.

View 3 Replies View Related

JQuery :: Submitting Information Based On Which Form Was Clicked

Dec 8, 2010

I've been doing PHP for a couple months, but just came across jquery today. I'm making a wedding-registry-style wishlist site for the holidays, and one of my pages is a list of all the items on your wishlist for you to modify.

Here is my jquery script, which I had learned from a tutorial:
<script type="text/javascript">
$(function() {
$(".submit1").click(function() {
var item_name = $("#item_name").val();
var item_notes = $("#item_notes").val();
var imgid = $("#imgid").val();
var price = $("#item_price").val(); .....
var dataString = 'item_name='+ item_name + '&imgid=' + imgid + '&price=' + price + '&item_notes=' + item_notes;

$.ajax({
type: "POST",
url: "edit.php",
data: dataString,
success: function(){
$('.success').fadeIn(500).fadeOut(500);
}});
return false;
});
});
</script>

My forms are structured like so:
// PHP WHILE STATEMENT
// Retrieve data about item
<form>
<input type="hidden" name="imgid" id="imgid" value="<?=$imgid?>">
<input name="item_name" type="text" id="item_name" value="<?=$item_name?>" />
<input name="item_notes" type="text" id="item_notes" value="<?=$item_notes?>" />
<input name="item_price" type="text" id="item_price" value="<?=$price?>" />
<input type="image" class="submit1" src="images/edit_item.png" border="0" />
<span class="success" style="display:none">Item updated!</span>
</form>
// END WHILE STATEMENT

Now, the problem is obviously that when this HTML code gets repeated, all the forms have the same input IDs. I tried adding numbers to the form using php, so it would be something like "item_name1", "item_name2", "item_name3", etc depending on the form, but then I realized I don't know how to pass parameters into the jquery function.

Is there any way to do this? So that it's something like...
$(function() {
$(".submit1").click(function() {
// Find parent form (which would have the ID "1", "2", "3", etc.)
// var id = parent form ID
// Get info from "item_name1" if form "1" was submitted
// Get info from "item_name2" if form "2" was submitted
// Etc.
var item_name = $("#item_name"+id).val();
var item_notes = $("#item_notes"+id).val();
var imgid = $("#imgid"+id).val();
var price = $("#item_price"+id).val();
// declare datastring
// ajax
return false;
});
});

View 1 Replies View Related

JQuery :: Anchor Link List Show / Hide Content ID On Mouseover

Jun 8, 2011

I have a list item, where only some of the items are linking to a quote from the client. The quotes are in another list, where each list item has an id corresponding to the client link. I want to show the client quote when you roll over the client anchor link. Currently when I mouseover it's showing nothing.

Here's my HTML
<!--client list-->
<ul id="clientList">
<li>no quote Client /</li>
<li><a href="#client1">Client 1</a> /</li>
<li>no quote Client /</li>
<li><a href="#client2">Client 2</a> /</li>
</ul>
<!--client testimonials--> .....

At the moment, when I mouseover one of the anchored client links, the content disappears, so it's not showing the correct client quote <li>.
$(document).ready(function() {
// see if the requested page url contains an anchor '#'
var hash = window.location.hash.substring(1);
// if no anchor, show the default blockqoute
if(!hash){
var id = 'default';
}else{
var id = hash;
} .....

View 2 Replies View Related

JQuery :: Change Form Action Based On Button Clicked?

Jun 12, 2009

I have a form like this:

<form id="my_form" method="post" action="">
Name: <br />
<input type="text" id="name" name="name" />
<input type="submit" id="submit1" value="Go to page 1" />
<input type="submit" id="submit2" value="Go to page 2" />
</form>

how can I change my action form so the form goes to Page1.htm with click on button1 and goes to Page2.htm to click on button2, and mantein the value inserted in textbox "name"?

View 4 Replies View Related

JQuery :: Use To Write To A Cookie To Tell It What Image Map Coord Was Clicked So The Correct So The Correct Div In The Clicked To Page Opens?

Dec 26, 2011

[URL]..Default.aspx I have both a carousel with images andalso animagemap(notnot published yet)with coords that when clicked i want to write to a cookie file which image or image map coordinate was clicked, so when they are hyperlinked to the next page the correct div opens based on first reading the cookie written to on the previous page. Anybody have a basic script for reading and writing to a cookie using jquery in this fashion?

View 2 Replies View Related

JQuery :: Content - Scrolls The Divs To Show The Div Relating To The Nav Clicked

Oct 23, 2010

I have this demo site here [URL] It's a simple div with overflow: hidden this containing div houses 3 divs each containing different content. The nav at the top scrolls the divs to show the div relating to the nav clicked. The problem I have is with the last btn - Planes. The div containing the planes photos doesn't scroll to the top of the containing div but sits at the bottom. The first two btns. work as expected so I don't understand why the last btn doesn't.

[Code]....

View 2 Replies View Related

Show List Based On Value Clicked ?

Feb 2, 2011

The following function shows a list of Counties populates by a PHP page:

I would like to now, when a user clicks on a County, they are shown a list of pubs based on that County (so, I'll create a new PHP page WHERE County = 'County' or something?)

At the moment, when a user clicks on a County this function is passed:

So, passing a value through so I can modify the SQL in the PHP page to filter the counties?

View 4 Replies View Related

JQuery :: Get Parent Element Of Div Based On Div Content?

Nov 19, 2010

I try to get the parent element of a div based on the div content:

($('div:contains("' + BaseHtml + '")').parent().html();

where BaseHtml is the content of the div. but this always return null. How can I do?

View 2 Replies View Related

JQuery :: Find A Table Row Based On The Content?

Jun 12, 2011

that wasn't a very descriptive title, but I couldn't work out how to phrase it! If I have a table that looks like this.

<table id="animals">
<tr>
<td>Ferret</td>
<td>Freddy</td>
<td> </td>

[Code]...

and I want to insert a new row for Sid the Snake, how do I find the right row so that when I insert, the rows will still be in alphabetical order? In other words, Sid should be inserted after Rick the Rabbit and before Vernon the Vole, as "s" comes after "r" and before "v"

I've been messing about with this, but I'm getting myself confused. I'm sure there's an easy way, given the power of jQuery's selectors, but I haven't worked it out yet.

View 5 Replies View Related

Jquery :: Expand Div Vertically Based On The Content

Mar 30, 2010

I am a noob when its comes to Javascript. I used two different coda like sliders for two of my sites, one of them expands vertically based on the content, the other does not. This is the site I created that will demonstrate the effect I am going for. It is a more robust coda script [URL] This is the site I am creating that DOES NOT expand vertically as I would like. I would like it to behave the same as the site above. (had to use a smaller script to function in wordpress CMS) [URL]

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved