1
vote
3answers
56 views

How to animate multiple divs to specific target location?

I have some problems making a function to set positions to some divs with jQuery animate. I made a quiz with jQuery and want the right "answered" draggable divs with an numeric id to automatically go ...
0
votes
1answer
24 views

retrieving ID via jQuery of clicked list item

Fairly new to jquery. good stuff btw. however. There's something I can't seem to understand. I've got a list that I use as a navbar. Each list item was given an id. I want to get that ID with jQuery. ...
0
votes
3answers
34 views

How to attr class

I have a piece of code which someone wrote for me like this: var $me = $('.me'), crazyNumber = 99999999, allOfYou = [ { elements: ...
0
votes
3answers
56 views

If not target on click, hide

This question has been asked a trilion times, but I can't seem to get it to work. Here is a fiddle. You can toggle the login form by clicking on the link. If you then want to hide it, you can click ...
1
vote
1answer
32 views

attr() not working but target will call other commands?

Okay so this guy should be calling the number form the rel attribute in the target tag, but it's returning as undefined: $(this).closest('tr').prevAll('tr:has(td.country)').first().attr('rel') ...
0
votes
2answers
128 views

jQuery how to select children first level div's

I have a little bit problem with targeting some div's without class, situated in table structure: <table class="blog" cellspacing="0" cellpadding="0"> <tbody> <tr> ...
0
votes
0answers
71 views

$(element).has(e.target).length returning 0, even though the element is actually the current target

This is my code $(document).mouseup(function(e){ fc_menu = $("div.fc_menu"); fcBtn = $("img.fcBtn"); if(fc_menu.has(e.target).length === 0 && fc_menu.is(":visible") && ...
-2
votes
1answer
67 views

jQuery plugin (or similar) to colour the text Google in the same colour as Google logo [closed]

I am looking for a jQuery plugin or something similar that will change the colour of each letter of the word "Google" to match the colour of the Google logo. So, for example if I have the following ...
0
votes
1answer
50 views

Target showing 0 for length using mouseup function

Im trying to create an overlay on click of a button and then removing it when the user clicks outside the overlay. In my example the target returns a length of "0" when the overlay is clicked and I ...
1
vote
3answers
114 views

Use jQuery to get text of target

Trying to get the text of an event's target element from an unordered list <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul> with code ...
1
vote
2answers
165 views

Targeting an exact text match (jQuery)

I need to target multiple classes by their exact text match. Half of my code appears to work (the text has a purple background when the checkbox is unchecked), but when checking the checkbox to target ...
0
votes
1answer
97 views

Using jQuery to simulate the click of a link - outside of an iframe, which links to another domain?

In my head this should be straight forward, but after testing I've discovered that it's not as easy as I thought! What I am trying to do is click a link outside of an iFrame, which will trigger a ...
1
vote
0answers
83 views

get selected dropdown option during document.elementFromPoint() or jQery trigger-event

Any ideas how to get the selected select-option via "virtual" click-events? Have tried it yet with document.elementFromPoint() and even with jQuery's trigger-event (with coordinates), no success! ...
0
votes
2answers
92 views

Change target of a link based on what is currently displayed

Again, I'm quite new to jQuery and there are still many things that seem simple yet get me stuck for hours. Right now, I'm trying to replace the target of a link. That I know how to do. But the thing ...
0
votes
3answers
51 views

Find Related Class jQuery

I have four links, inside of primary-nav, which need to activate a corresponding slideDown element. The links have separate parent classes, .patient > a, .doctor > a, .primary > a and ...
3
votes
2answers
245 views

target node-webkit browser using jquery

I have a node-webkit app and am wondering if there is a way to target just node-webkit specifically? I need to run some functions only if the client browser is node-webkit. Thanks
0
votes
1answer
73 views

Change weight and color of a paragraph with a highest score

What's the best way in achieving the following: Make weight:bold + color:white for the team with the highest score. (no change in color/weight for ties) HTML <div class="fixture"> <div ...
0
votes
2answers
260 views

jquery how to make a clickable div open in a new window

I want to make a DIV with no content clickable for that I use this jquery code: <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript"> ...
1
vote
2answers
2k views

Javascript - Reload page after form submit with target=“_blank”

I'm trying to achive the following: On page A we have an access restricted Link to page B. The access restriction is handled on the server side in PHP. When a user clicks on this link to page B we ...
1
vote
5answers
84 views

jquery - targetting a select using $this

I am trying to get individual selects (which have the same class as other selects) to respond to a .change function, however it only works on one of the selects. If you test out this code it will make ...
2
votes
2answers
82 views

Target a specific word in body and apply a style to it?

Currently I am using a Jquery string to try and target a SPECIFIC word in the entire body of the site and add a class to it. So every single time the word "Nike" appears for example it will make it ...
1
vote
4answers
91 views

I want to delete a list item using Jquery when I click this red box.. How do I target a grandparent div?

When I click the class "red" I want to delete this entire div. My JS is $('document').ready(function(){ $('.buttons .red').click(function(){ ...
4
votes
2answers
288 views

Target label in CSS

Is there a possible way to target the label for an input in css3? For example I tried this method - input[type="text"]:focus label:target { color:orange !important; } Doesn't seem to work, ...
1
vote
4answers
130 views

Is there a jQuery function to check wether a URL posts to another host?

Is there a nice and fancy way to check wether the URL of a link which has been clicked points to another host? $(document).ready(function() { $('a[target="_blank"]').click(function() { if ...
0
votes
1answer
588 views

jquery to change form target value

I need to make a button's target different from the main submit value. I am using jquery with code below: HTML: <form action="somepage" id="cartform" target="_parent" method="post"> (So ...
0
votes
4answers
147 views

target div class outside parent div

how can i specify the a to target to the class contenido_calendario in jquery? <div class="col1 sub_section_title"> <article> <h3 class="article_header ...
6
votes
2answers
1k views

jQuery script smooth scroll to different sections with a different offset

I am using a smooth scroll script for my one page site. It scrolls to each anchor. Due to the design, I can't have the anchor snap straight to the top of the page. I have had to create hidden anchors ...
1
vote
3answers
145 views

jQuery How can I target the target of 'this'?

Bear with me while I try my best to explain what I need :) We have 3 links that are pointing to anchors further down the page, like this: <a href="#step1">Step 1</a> which goes to ...
0
votes
0answers
77 views

How to .load() html files which contain ScrollTo jQuery scripts

I am using load() function to load an html file to my page. This html is composed by an horizontal scrolling with buttons. using the jquery scrollTo script. Separatly it works perfectly. When its ...
0
votes
2answers
68 views

Targetting a class with jquery and changing css properties

the way I have my portfolio setup is so that if a potential employer wants to see certain programming language, let's say PHP only, they tick the PHP box, and all the samples with PHP involved will ...
1
vote
3answers
55 views

Jquery targeting an element

Assume the following situation <div> <div1> <divA> </divA> <divB> </divB> </div1> <div2> </div2> </div> I would like ...
0
votes
1answer
52 views

How to mimic selecting e.target when only a Jquery object is available?

Odd... I'm listening for an event like so: $(document).on('some_event', 'div:jqmData(role="page")', function(e){ console.log( e.target ) }) In my console, I'm getting "hardcoded" HTML, like ...
0
votes
4answers
194 views

Why is :target pseudo class not working in IE?

I am making use of :target pseudo class but however it is not working in IE browser (7 and 8). I used selectivizr javascript but its still not working. So is there any other way to make it work? Is ...
1
vote
2answers
463 views

dynamically changing target of a form

I am trying to display my login inside an iframe which loads in the middle of the start page with gray backgroud, however i have a problem dealing with the target of the iframe, things should work as ...
0
votes
2answers
166 views

automatically show target div

I know this is probably stupid but I have looked everywhere and cannot solve this. I am trying to make this http://tympanus.net/Tutorials/CSS3ContentNavigator/index.html#slide-main automatically show. ...
1
vote
4answers
117 views

Targeting clicked div with jquery

I have this block of code where when I hover (click for purposes of this example though but ultimately hover) on a particular box I want to target that div with universal jQuery code. I want the image ...
1
vote
1answer
609 views

With jQuery how to detect/target touch but not click?

I have a tooltip that activates(shows) when the target text is hovered over. For touch devices, the person can click the target text and the tooltip will display, then when they touch the TOOLTIP(not ...
1
vote
1answer
593 views

jQuery qTip: set position in custom style

This is bizarre - I'm using jQuery qTip, and I can't seem to set the positioning of the tooltips how I want from a custom style. However, if I define the position when I call qTip on an element, it ...
1
vote
2answers
2k views

Change link target attribute if its href attribute contains certain phrase

I am trying to check all anchors' tags using .each() and set home URLs' target to _self and other non-home URLs' target to _blank. So far, I got this: $('a').each(function() { var homeURL = ...
0
votes
4answers
1k views

Loading specific div from jquery $GET requested page?

I have something like this: <a href="#" id="lol">LOL</a> <script type="text/javascript"> $('#lol').click(function(){ $.get("<?php echo $host.'/index.php'?>", { ...
1
vote
1answer
307 views

Trying to Target <span> Content with jQuery

I am using the jqueryrotate plugin and it works if I want to rotate the content of the parent id, but I want to rotate a span that is a child of the id. I am not finding the right syntax to target the ...
2
votes
2answers
4k views

Accounting for a fixed header with animate.scrolltop and (target).offset().top;

This should be a pretty basic question, but i've thrown most of my morning at it, and at this point I'm close to throwing in the towel. I have not even a little bit of js foo -- but I found a nicely ...
1
vote
2answers
3k views

Open the href mailto link in new tab / window

I have an image which when click, I want to link to a mailto: <a id="mailto" href="mailto:hfms@live.com.my" target="_newtab" > <img ...
1
vote
1answer
1k views

jQuery target different window/popup

I have jQuery open a popup: function idealPopUp(str){ var url = str; var windowName = "idealPopUp"; var windowSize = 'height=820,width=784,toolbar=no,scrollbars=yes'; ...
0
votes
1answer
1k views

jQuery thickbox iframe with target div

Im trying to load a specific <div> id from a page within an iframe. Like a combination of iframed content and inline content.. Is that possible with thickbox? Something like: < a ...
0
votes
2answers
314 views

how to target a link with event.preventDefault?

i have a link with a click handler here. the href is filled with information i need. but i dont want the click to open this link. so i did event.preventDefault and it works fine. But i need to ...
0
votes
1answer
141 views

Running jQuery animations in unison

I'm making a jQuery sliding menu, which activates on hover. Looks awesome but I'm having to run the animation on two div elements side by side. It seems to be working how I envisage it using the ...
5
votes
2answers
4k views

Jquery to change a form's target

I want to change the form's target based on the option which is selected. <form id='post_form' target="targetvalue"> <select id="select" name="select"> <option ...
0
votes
2answers
80 views

Why target=“value” doesn't work with jQuery 'removeClass'?

I use removeClass javascript. But my links doesn't understand target="value" when I use that javascript. This is the exapmle http://jsfiddle.net/neoandrej/gGrFM/. How to solve the problem?
0
votes
3answers
131 views

jQuery - finding the exact target of a click (Code works in Chrome but not Firefox)

I have an entire TD set up to be clickable to minimize and maximize it. However, I want to make it so that if a certain part of the TD is clicked, it doesn't min/max it, but executes some other code. ...

1 2