Tagged Questions
0
votes
1answer
14 views
Open hyperlink after jquery scroll event
I'm looking for a script that automatically opens a hyperlink after a jquery scroll event. This is the script I have so far:
$(document).ready(function() {
$("a.anchorLink").anchorAnimate()
});
...
0
votes
0answers
25 views
Is it possible to create links in each image of a gallery opened with Fancybox?
I'm totally new to Fancybox. I am trying to put different links in each image of a gallery opened with it. I've done exactly what JFK has posted in fancybox - how can I put a link from the opened ...
2
votes
2answers
47 views
How can I get a jQuery event to fire on a direct link to http://www.website.com/#id?
Trying to figure out how I can get jQuery to detect a hyperlink referencing a unique ID on the page. I want to load the event not only when the element is clicked on the page, but also if someone ...
0
votes
3answers
36 views
Use Jquery to remove first URL in a double URL link
I am trying to remove the first url in a double url link such as:
http://somewebsite.com/something/#/###/#/http://someotherwebsite.com/
after a page loads. So afterwards, would look something like:
...
0
votes
1answer
16 views
Replace URL social media icon
I'm trying to create share links for social media icons, that will share the current page rather than the specific URL entered in the link. I've managed Twitter and Facebook, but now need Tumblr and ...
0
votes
1answer
40 views
Stopping a blur event on Click of a hyperlink
I used this answer jQuery <select> simulation with input and div to create a dropdown look alike. I am trying the make the user select only the options displayed in the list and he cannot enter ...
0
votes
1answer
37 views
On page refresh show only site URL not extra added text in URL
How can I remove internal link from the URL in my browser so when user refresh website he can see default URL?
For example:
URL: www.something.com //default website url
after using internal links ...
0
votes
3answers
41 views
How to make a javascript link bookmarkable
I have several links on a page whereby I will like them to be distinguishable and bookmark able. eg.
On if I have a contact.php on that page I have several jQuery click events bonded to a link such ...
1
vote
2answers
34 views
Links in a single page wordpress theme
I am building a single page WordPress theme (index.php including header.php and footer.php)
the navigation inside the site is done by jquery div hiding and showing...
as a result,the url of the page ...
0
votes
0answers
43 views
How to create a jQuery Mobile link using MVC?
I am trying to create a link at the top of the page to return the user to the home page. My code is:
<div data-role="navbar" data-iconpos="left">
<ul>
...
1
vote
4answers
54 views
jQuery to disable all target=“_blank” links on page
I'm building content for a site that is displayed through an iframe in a PhoneGap mobile app. The content is pulled from a CMS that also serves the content for the main website so it has a mix of ...
0
votes
1answer
20 views
JQuery Link Generator Complication
I wanna learn how to make a generator. From a link, to an image and build upon it. To start with the easiest thing I can think of is generating a simple link.
If below can generate a premade link, ...
-2
votes
1answer
39 views
Trying to pulsate with jQuery
<script type="text/javascript" src="../JQuery/jquery.js"></script>
<script>
$(document).ready(function() {
$("img").click(function () {
...
0
votes
1answer
38 views
Preview a small picture when pasting Url/link into textbox
I want to make somethink like facebook, when people paste links into textbox, under the textbox a little image shows up which view how video could look like. how do they do it? Are there any jquery ...
0
votes
1answer
41 views
How to create a white-green button like a button from http://cmsaspnet.com/forum.aspx page?
Can you point me in the right direction to create blinking white and green links (which appear like buttons) which are englarged on hover, like from here http://cmsaspnet.com/forum.aspx#Focused ?
...
0
votes
1answer
59 views
Jquery animation not working after clicking link
I'm just starting out with Jquery and I love it but I've got a problem that I can't wrap my head around.
I've implemented a plugin I purchased which's creates a grid of thumbs which you can then ...
1
vote
2answers
50 views
How can I use jQuery to stop IE from ignoring the hash
Here are my example links:
<div class="aside-box">
<a href="#">test 1</a>
<a href="#login-box" class="login-window">test 2</a>
</div>
Some IE browsers are ...
2
votes
1answer
83 views
wrap div in link then unwrap when clicked
I'm trying to create a div which is hidden off-screen but displays a little bit when a link is hovered over. That link makes the hidden content slide in but I'd like the user to be able to click ...
0
votes
2answers
76 views
Hidden input POST'ed from link after SUBMIT button is hit
I use a perl script to generate a language test page with several links (none of which refers to a different page, they are used to unhide some hints), checkboxes and a single submit button. When the ...
1
vote
2answers
61 views
How to remove some part of HTML
My code:
<div id="main">
<div id="div1">Keep this div</div>
<div>1</div>
<div>2</div>
<div>3</div>
<p>4</p>
...
0
votes
0answers
75 views
Linking to bootstrap tabs directly without scrolling to anchor?
I have a bootstrap tabs such as this - http://twitter.github.com/bootstrap/components.html#navs
Everything works fine, but I want to link each tab so I can access it directly
If I link using the ...
0
votes
0answers
19 views
$.get in Google Maps API
I am trying to include Google Maps in an iPad app, the map in question renders perfectly. My problem is I want to include links to certain pages of the app in the info window of each marker.
<a ...
1
vote
2answers
23 views
Determine which link submitted the form
I've got a page set up w/ two links that are styled to look like buttons - Save and Save & Assign:
<a id="submit" title="Save">Save</a>
<a id="submit_assign" title="Save & ...
0
votes
2answers
95 views
Scroll to div on link click
There are questions all over SO about this topic, but I've tried a ton of different scripts for this and I cannot get it to work with my site.
I am building a personal portfolio wordpress theme for ...
1
vote
1answer
42 views
Change background of div that is linked to a visited page
Right, since :visited doesnt really work anymore, with background-image anyway, I am looking for an alternative.
I have a page that has say 3 image on it, each with the same background image, (of a ...
-3
votes
1answer
56 views
Link preview from mysql with jquery [closed]
i was found this project http://lab.leocardz.com/facebook-link-preview-php--jquery/
I instaled in my webpage.. Work’s fine, but how can i preview links in this style from mysql? I have a wall where ...
0
votes
0answers
54 views
Anchor link stuck in firefox?
I'm using a javascript accordion plugin, but the disadvantage of this is I need to scroll to the individual sections whenever the page load.
so what I do is to create anchor link for each section, ...
0
votes
2answers
62 views
Why can't I load new content into a div?
I want to have a list of links in one div that load content into a second div. I've read up all that I can find on the matter..and it doesn't seem to work. Here's what I have:
<div id="scentwrap" ...
1
vote
1answer
59 views
animate a highlighted link (animer un lien surligné)
For some time, I try to reproduce the effect highlighted titles of link creation.
http://www.platige.com/en/
But I can not reproduce this effect.
I wonder if it is possible to use this effect only ...
5
votes
2answers
65 views
How to easily dissect a link with javascript?
How would I go about dissecting a link/href with Javascript or JQuery?
I can use split to split some of the variables up, but I was wondering if there is an easier way to go about this, for ...
0
votes
3answers
55 views
How to make content tabs linkable and bookmarkable?
I'm needing to add content tabs to pages that are currently over long. This is as far as I've got: http://jsbin.com/olacod/1/edit
I've been attempting to make the tabs linkable (i.e. from other ...
0
votes
1answer
45 views
load link into slider when clicked-ajax php jquery
i have a problem with this code
if any body can help me pls help :(
i have 2 category in database
and all 2 category have image(pic)
i want load image in image slider when user clicked on any category
...
0
votes
1answer
48 views
jQuery Collapsible Plugin: Jump to anchor and expand
http://github.com/juven14/Collapsible
http://www.snyderplace.com/demos/collapsible.html
How to jump to a section anchor (e.g. #faq-3) and get the section expanded along, if it's not expanded already?
...
0
votes
2answers
197 views
jQuery Collapsible Plugin: How to toggle Open all/Close all
http://github.com/juven14/Collapsible
http://www.snyderplace.com/demos/collapsible.html
Instead of the two links "Open All" and "Close All" I want only one link toggling.
5
votes
2answers
71 views
dotted underline link style with opacity gradient
I would like to underline my links with some kind of dotted gradient from 100% opacity to 0%. I made a screen of what I should look like:
I would do sth like
a {
border-bottom: 2px dotted ...
0
votes
1answer
64 views
Is it possible to add an hyperlink at the bottom of a jqgrid?
I have a JQgrid which cotains only one column which contains some 4 values... I need to add a constant hyperlink after that 4 values which is independent of the values in the cell.. It should not be a ...
1
vote
3answers
35 views
Linking Jquery with HTML
I can't understand what is wrong with this. It may be a linking problem, but i can't tell wich one. index.html, script.js and jquery's library files are in my desktop. This is the code:
This is the ...
0
votes
1answer
60 views
Add an ID to clicked links but remove it from others
I am hoping someone can help me with this. The jQuery tabs on my page are using background images and I am trying to add an id="current" to the clicked links (for active status) and want the ID ...
1
vote
4answers
86 views
how to change the target <a> with a variable
So I am using jQuery to change the content of
<a href="#" id="aX"> to the content of
<a href="#qX">
when clicking on the latter.
I got that working, however I want this to work with each ...
2
votes
5answers
43 views
How to pass text of clicked object to variable
So what I want is to get the text fro of a clicked and passed it to a variable, then echoing this variable into another a.
This is as far as I have gotten, though this obviously doesn't work. How ...
0
votes
2answers
305 views
Timed jquery / back to top html css link
I am trying to time my page to jump to different sections on my website. For example, if the user clicks a link saying contact us, it would jump lower down the page to the contact section (the page is ...
0
votes
3answers
89 views
colorbox: How to include link in title?
Hello to all coders of quality and others!
I have a simple gallery using colorbox...
$(document).ready(function()
{
$(".gallery").colorbox({rel:'gallery', transition:"none", ...
0
votes
3answers
70 views
How to create an link over an image using jQuery
I'd like to create an link over an image in the button click. What I have so far is, when I click over the image, I get the coordinates correctly.. but how can I dinamically create an link on the ...
0
votes
1answer
275 views
Open a modal window and redirect to a new page with one link
I would like to be able to open a jQuery UI Dialog and redirect to a new page onclick of a single link. Is there a way to do this?
Here is my dialog handler:
$.fx.speeds._default = 1000;
...
0
votes
1answer
98 views
How can I add link with var in bootstrap popover?
I try use this one
Html
<div class="company-logo">
<a class="popup" href="#" data-toggle="popover" data-content="Download den Mazda Case (.pdf)">
<img ...
0
votes
0answers
58 views
JQuery Colorbox Link
Need to dispay direct link to the photo in address bar like "http://mysite.com/photo/random.php#5943-32"
How to do that?
Now i have this link "http://mysite.com/photo/random.php".
Thx a lot.
...
2
votes
2answers
77 views
How to handle very similar buttons without using one function for each? [closed]
I have a bunch of anchor links where I use javascript to fade in different divs to mimic pages.
<script type="text/javascript">
$(document).ready(function() {
showHomePage();
...
-1
votes
2answers
40 views
jquery use $(location) to open in new window
I'm using this code to open a link after a clic on an empty div layer
$("#portal").click(function () {
$(location).attr('href', 'http://tafidelvalle.com');
});
I need to open it in a new ...
0
votes
1answer
49 views
How do I link to divs being shown and hidden using jQuery fadein/fadeout from a separate page on my site?
I am creating a personal website that includes a portfolio page where I am featuring multiple galleries that can be toggled on and off using jQuery fadein/fadeout features. I also have links on my ...
3
votes
1answer
190 views
Toggled and animated anchor links do not navigate anymore
I am using jQuery.toggle and .animate for a navigation menu that sits at the bottom of the page. The nav consists of two divs, one as a outer container and the other as a inner container that holds ...




