Tagged Questions
9
votes
3answers
145 views
Select numbers on a page with jQuery or Javascript
I'm just wondering if there's a way to locate numbers on a page with jQuery or plain Javascript.
Here's what I want to do:
Say "June 23" is on the page. What I want to do is be able to prepend and ...
4
votes
1answer
3k views
JQUERY Prepending an LI to an UL with Animation
I have a UL and I'm working to dynamically add a new LI to the top of the UL with some animation.
I have the following so far which works ok:
$("#container").prepend('<li ...
3
votes
2answers
56 views
Find text in a string and prependTo somewhere else
I am trying to find some text RegEx /\w*http:[/][/]bit.ly[/]\w*/ig that will find this string and pull it out, moving it to the <span> tag, or at the end of the <p> tag?
<p ...
3
votes
1answer
503 views
jquery prepend to textarea text()
I have a text area. I can set the text of it with
$("#mytextarea").text("foo")
I can prepend to the text area like this:
$("#mytextarea").prepend("foo")
But I cannot prepend to the jquery ...
3
votes
3answers
747 views
jQuery prepend to all hyperlink elements that link to PDF files
I would like to prepend "Download a PDF of " to any hyperlinks, linking to PDF files.
Currently I'm able to prepend that exact text, but it prepends it to the hyperlink text. I would like it to reside ...
3
votes
2answers
2k views
Jquery prepend click handler
If you know a better way to do this then please let me know.
Right I have a page which will contain lots of buttons, charts and tables.
I have read about stopping event propogation and that's what ...
2
votes
3answers
28 views
I'm trying to prepend a div and load content in it with AJAX but the div remains empty
I'm trying to prepend a div and load content in it with AJAX but the div remains empty
$('#primary').fadeOut('slow', function(){
$('#primary').prepend('<div id="content"/>', function(){
...
2
votes
1answer
44 views
One way of prepending html with jquery works but why the other way doesn't?
This way of prepending does work for me:
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$("#learn-more-button").click(function() {
...
2
votes
4answers
65 views
get attribute value of a newly prepended element
I have the following html:
<ul><li rel="3">text<li><li rel="2">text<li><li rel="1">text<li></ul>
then I prepend a new li element:
$("ul ...
2
votes
3answers
46 views
Removing text that was appended previously
I have a highlighting function using JQuery, that changes the css for the clicked <li> element in a menu. The function also prepends a pair of left brackets << to serve as pseudo arrows.
...
2
votes
1answer
583 views
How to insert element as a first child?
I want to add a div as a first element using jquery on each click of a button
<div id='parent-div'>
// want to insert always as a first elment here ...
<div class='child-div'>some ...
2
votes
2answers
208 views
jQuery: using delay() and prepend()
In the following code the last line doesn't work in my way:
$('button.goal').click(function () {
$('div.scorer_away').animate({
width: 'hide',
opacy: 'hide'
}, 'slow')
.delay(2500)
...
2
votes
4answers
745 views
Problem using the prependTo() in jQuery
I am having a problem trying to use the prependTo() function in jQuery... for some reason I can't get this to work
$("
<div id="note178" class="note">
<div class="delete"><a ...
2
votes
1answer
626 views
Prepending unclosed tags in jquery
Due to some limitations on the place files are being placed I would like to prepend and append page structure just after the opening body tag and just before the closing body tag.
<script ...
2
votes
3answers
703 views
Problems with .prepend method in jQuery
I have a function that prepends a li tag to a parent div just fine...however, after the prepend, i want to act upon this prepended list item by changing css properties when hovered on but the jQuery ...
1
vote
1answer
19 views
jQuery object doesn't prepend at all
I want to insert an object ($roleOption) when someone clicks on the add image. The else condition works fine and exactly how I want it to.
But the first condition ("insert directly before the image ...
1
vote
2answers
82 views
JQuery prependTo and appendTo unresulting
The following code is supposed to add some code inside each element .scrollable. Each element should have the first lines inside .scrollable before the already existing content and the second after ...
1
vote
2answers
46 views
jquery form labels? Do they not exist?
I'm creating a dynamic input element and I want to set the label for it... I've tried a number of things...
//get the value from the input
var getValue = $('#newField').val();
//create new input ...
1
vote
1answer
117 views
Can't process prepended <img> with Pixastic
My question is rather basic, but I can't find it out.
I have a quite big library of images to display in my website, so I've written a jQuery script to scan the folder, gather sources of images and ...
1
vote
2answers
435 views
jQuery append to bottom of list
Can someone lend me a hand
I have this unordered list
<ul id="nav">
<li><a href="whatwedo.aspx">WHAT WE DO</a>
<ul>
<li><a ...
1
vote
2answers
174 views
Parent/Append/Prepend arrangement
On a doubleclick, a new clone of the clicked element is created. It's imperative that this new clone is prepended to the parent wrapper. However, this becomes problematic as there is an element above ...
1
vote
1answer
123 views
jQuery prepend() within a for loop after having picked up an array from a textarea
Hi and thanks for reading.
I am trying to permit users to paste text into a textarea field and then work with what they pasted.
The application is limited in scope but users will be pasting the ...
1
vote
2answers
344 views
issues with jquery prepend
i'm at a loss for why this isn't working..
this works:
$(this).prepend("<div data-role='header'><h1>Hi</h1></div>");
however when i do this my entire page goes blank ...
1
vote
1answer
1k views
Need help with: jquery prepend doctype to html
Here's my situation:
I am editing an application's CSS style sheet.
I can ONLY edit the CSS style sheet (unless I can creatively glom onto another file using the CSS, or possibly add a small jQuery ...
1
vote
3answers
202 views
Wrap a <ul> in another <ul> with jQuery
I have an unordered list that I would like to wrap inside another unordered list in jQuery, using the following code:
$('ul.innerlist').prepend('<ul><li>');
...
1
vote
2answers
99 views
Keeps prepending several images
I'm working on SharePoint with jQuery and each time I use the prepend() function in combination with the each() function in order to display a image before each cell in a list, I get several of those ...
1
vote
3answers
102 views
jQuery prepend() Bug?
I'm using prepend() and the result seems to be buggy.
$('#element').prepend('<div><a href="http://google.com"><a href="http://test.com">Test.com</a> - A ...
1
vote
4answers
1k views
JQuery - How to add a single html tag to some html?
I want to insert just a single <span> before the text below (right before LINK):
<li><a href="">LINK</a></li>
So, the above becomes
<li><a ...
1
vote
7answers
2k views
jQuery - how to undo prepend
I am using the prepend() function to diplay an image when a div is hoevered over. How do I remove the image - i.e. what is the opposite of prepend()
Here is the code:
$("#hover-div").hover(
...
0
votes
1answer
41 views
How can I prepend an onclick event with a string of text
I have <a>s with onclick events:
<a href="#" onclick="window.open('TrackPackage.asp', '', 'location=1,menubar=1,scrollbars=1,status=1,resizable=1,width=635,height=460'); return false;" ...
0
votes
3answers
26 views
Before append text in div jquery
Append text in already appended div id "txt". i have use appendChild() function,added "Testing This is" But i need "This is Testing"
document.getElementById("txt").appendChild("This is");
Before
...
0
votes
3answers
60 views
how to prepend content in span onChange value of input box
I have an input box
and I have a span tag that contains some text:
Waiting for user action..
What I am trying to do is, when the value of the inputbox changes I want it to add(prepend) the value ...
0
votes
1answer
34 views
Jquery: Prepend href to a dynamic href
I have a dynamic href that does not have a class or id and I need to accomplish 2 things. First I need to be able to identify that the href is qualify.
Something along the lines of if
...
0
votes
4answers
48 views
add a number for each div
Hi I'd like some advice with what I'm trying to achieve.
I currently have this:
<div class="thumbnail">
<img src="thumbnail_1.jpg" />
</div>
For each .thumbnail I would like to ...
0
votes
3answers
45 views
JQuery Hiding Prepend Elements
I can't figure out how to hide prepend span tags. I have the following JQuery code that prepends span tags as error messages in a form:
$('.mcEmail').each(function() {
var mcEmailCheck = ...
0
votes
1answer
60 views
jquery display img on different div depending on where it was clicked
To better explain what I need I uploaded an example here.
I have 3 divs, and clicking on either one of them will have the same image menu appear on the right. What I have now is: click on the first ...
0
votes
2answers
47 views
Call .prepend() on a div's id and class
How can I call prepend on a div's id and class? I was thinking I can do something like this:
$('#id .class').prepend('Text');
0
votes
1answer
63 views
moving html element from #div to body syntax issue
i am trying to 'clone' an element and delete old, i want to do this because I have a z-index problem in IE and will do it using conditional comments:
<!--[if lte IE 7]>
<script ...
0
votes
2answers
80 views
Do something if position is less than X. Jquery
$("#rightControl").click(function(){
$("#thumb_menu").animate({"left": "-=520px"}, "slow");
var pos = $('#thumb_menu').position();
if(pos.left < 0) {
$('#header')
...
0
votes
2answers
70 views
jQuery - Find custom 'divider' > Wrap each side accordingly
I've been looking for a plugin maybe that does something like what you can read from below.
If no one knows a plugin that could do that i'd like to get some info on how one would go about doing this.
...
0
votes
2answers
62 views
jQuery img add doesn't show
I have the following jQuery code:
$('#foo').click(function () {
var loading = $('<img id="loading" src="images/loader.gif" alt="loading" />');
$('#stars').prepend(loading);
...
0
votes
2answers
86 views
Prepend not working on JSON data
I'm trying to return some data from twitter's JSONP results. I'm then trying to customize the response and prepend my own "ID" parameters so I can use it as a key in a key/value pair when I transform ...
0
votes
1answer
94 views
How can I clone, modify, and prepend an element with jQuery?
I want to clone and prepend a div, however I want to change the prepended div name
from preConfi to preConfiXX (eg preConfiA1, preConfiB1) on each iteration. What syntax can I use for this?
/* on ...
0
votes
5answers
178 views
Trouble with jquery's append and prepend
I use the following code to check whether or not a certain div exists. And if it doesn't it adds it to the dom in the proper place.
if (!($("#col"+lastSlide).length))
{
...
0
votes
1answer
300 views
jquery prepend to body not working for me
I'm trying to use jquery to prepend a couple of hidden input tags to the start of the body of my JSP.
$("body").prepend('<input id="SCROLL_OFFSET_X" name="SCROLL_OFFSET_X" type="hidden" ...
0
votes
2answers
230 views
jQuery find 2nd Table add TD
I am missing something pretty simple here, I need to add a td in the 2nd table. I cannot get it and I know its something simple. I shortened it up for intense and purposes:
<div ...
0
votes
1answer
152 views
jQuery .prepend() using class from another element if it starts with specific word
I want to prepend using another existing elements class in the elements that will be prepended. For the sake of avoiding confusion lets say that i only know that the parent elements class has word ...
0
votes
3answers
219 views
jquery prepend element
I have a list item which contains an anchor tag. This does X on click which is fine. However when i add in a new list item on the fly via jquery and then click the anchor tag within this new list item ...
0
votes
0answers
241 views
Prepend content to infinite scroll
Ok, so I'm using the wordpress infinite scroll plugin for a project:
http://www.infinite-scroll.com/
Everything works fine, but I would like to have a div loaded before each page with the page ...
0
votes
0answers
104 views
Prepending items in serialscroll
I am using serialscroll plugin for jquery by Ariel Flesler. I am trying to make the vertical scroller to have continues loop without reverting back to first item (which is default functionality).
To ...