0
votes
3answers
33 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
13 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
32 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
35 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
31 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 ...
1
vote
4answers
90 views

Changing the background color of a link after being clicked

I'd like to ask how to change the background color of each link (the rectangular shape surrounding it) to one different color after a link is clicked, and the other links still remain in its original ...
0
votes
0answers
33 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
52 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
18 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
36 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
34 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
38 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
53 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
49 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 ...

1 2 3 4 5 40
15 30 50 per page