Tagged Questions
0
votes
1answer
27 views
Wierd jquery bug, when trying to append() after using wrap()
Using jquery:
1) Create a container
2) Wrap an element with it
3) Select container by passing an object to jquery selector and try to add an element to the container
Why doesn't element append?
...
1
vote
0answers
198 views
Jquery: .remove and .unwrap not removing divs in Internet Explorer
I have a tumblr page, and I created a script that allows an image to be expanded and controcted when people click on on it. When they hover their mouse over the image, "CLICK HERE TO EXPAND" appears ...
2
votes
1answer
101 views
jQuery: Wrapping every 2 loop-appended elements
I'm working with Google's feed API and trying to append and wrap my markup in a certain way. I started with an example.
I've found a number of answers to this question for existing markup, but I'm ...
0
votes
3answers
296 views
jQuery Prepend Open Tag Append Closing Tag
Firstly, I am familiar with wrapAll() and that is not what I need. I have some markup that I am not able to change and I need to wrap everything in a < li >. Here is what I am trying to do:
...
2
votes
4answers
995 views
JQuery add opening of a div to element, then close div after different element
I have looked through jquery documentation and every example I've tried causes issues for me. I have a bunch of list items with different classes, I'd simply like to add a div () before one particular ...
1
vote
4answers
924 views
jquery append / prepend / wrapInner?
Intended outcome:
<li><a><span class="icon"></span><span class="text">Link Text</span></a></li>
Starting html:
<li><a>Link ...
0
votes
2answers
111 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.
...
1
vote
2answers
2k views
Wrapping and appending an array-element by using jQuery.each
I'm destroying myself over this. Not the must experienced ind js. But this should be simple right?
I want to wrap each element in my 'arr'-array in and append it to the div#testBox. Im using ...
0
votes
2answers
335 views
Wrap text with image tag - jQuery
Basically I have a html output in the format:
<div class="qtip-content">http://www.urlgoeshere.com/image.jpg</div>
What I want to do is use jQuery to wrap this in an image tag so the ...
1
vote
3answers
338 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>');
...
0
votes
2answers
1k views
Wrap isn't working?
I'm trying to turn "more" into a hyperlink, but it's like it totally ignores the last wrap... I'm sure that I'm doing it wrong, but not sure how... Help?
$j('#sub > ...