Tagged Questions
0
votes
1answer
20 views
Wrappin a “select” listing [closed]
How can I wrap this
<select class="mymenu">
<option class="mymenu" value="test">sample</option>
<option class="mymenu" value="test">sample</option>
...
0
votes
4answers
22 views
How to link individual image using jquery
<div class="test">
<a href="test_A.png"><img src="test_a_logo.png" alt="" width="469" height="87" class="thumb" title="" /></a>
<a ...
0
votes
0answers
34 views
Split ul in half and wrap those 2 parts around a div (logo inside dynamic menu)
I have a small problem, I am trying to wrap a dynamic menu around a centered logo. One idea come to my mind which was to split the menu (which is a ul inside a nav tag) in two parts and wrap those ...
2
votes
1answer
33 views
How to wrap h1 and follow content in div? [duplicate]
I need to know how to wrap h1 and follow content in div. This is the original structure:
<h1>Title #1</h1>
<p>Text</p>
<p>Text</p>
<h1>Title #2</h1>
...
0
votes
2answers
23 views
Wrap a link iwhich is in a specific div
I want to wrap a link which is in a div:
This :
<div id="hello">
http://google.fr/646564897564/8977748946
</div>
will be:
<div id="hello">
<div id="wrap">
...
1
vote
2answers
22 views
Wrap detach append in that order not appending
In order to do some DOM manipulation efficiently I am detaching an element. In the process, I came across this interesting situation:
jsFiddle Demo
<div id="d">a</div>
var $holder = ...
0
votes
1answer
46 views
Adding a span wrap with jquery around text that has line breaks in it
I'm making a bookmarklet and have gotten a bit stuck, I'm trying to wrap a span around some text. Problem is the text has a fair amount of br's in it which is causing me a headache.
Since its a ...
1
vote
1answer
30 views
Add wrapper after ever second div
I'm trying to add a wrapper around ever second div to include first and second divs
Live example
JS
$('.block').wrap('<div/>');
The desired effect will result in something like this
HTML
...
0
votes
2answers
68 views
Jquery Image wrap to <img>
I want convert simple text link in content with extension (jpg|png|gif) wrap to image tags
http://host.com/image.png to <img src="http://host.com/image.png" />
What's the best way do it with ...
0
votes
1answer
31 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?
...
3
votes
3answers
162 views
Find a string of text in an element and wrap some span tags round it
I want to find a string of text in an element and wrap some span tags round it. Eg:
From <h2>We have cows on our farm</h2> to <h2>We have <span ...
4
votes
3answers
76 views
How to wrap text inside new div?
My HTML:
<div class="mainDiv">
<p>This is a paragraph</p>
<div class="innerDiv">This is a div</div>
This is what I want to wrap
</div>
What I want:
...
2
votes
1answer
94 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
0answers
45 views
How to preserve the html tags when updating the text part of content editable div
Heres the html -:
<div contenteditable="true"><b>I</b> am a good person</div>
Now I would want to wrap a substring that starts at index 7 and ends at index 17 textually(not ...
1
vote
1answer
47 views
How can I add a span element to an img, then wrap everything with a link?
In my html source, I only have :
<img src="..."/>
Now I want to add a span with JQuery in order to get <img src="..."/><span>My span</span>, and after this use .wrap() to ...
-1
votes
1answer
59 views
How wrap Multiple elements at time in jquery?
HI all i have some elements to which i have to wrap some elements using jquery
i have a html in variable like this
var html="<li><a href="#" ...
0
votes
1answer
69 views
wrap lines in span respecting tags
I need to wrap lines in a text in separate spans.
I found an answer which does (almost) exactly what I need...
plugin to wrap text example
$.fn.wrapLines = function (options) {
var ...
4
votes
2answers
125 views
HTML/CSS/jQuery Wrap Issue
What is the best way to align this to show properly, like in this picture:
Html markup:
<div id="main">
<div id="article-thumbnail-1" class="article-thumbnail">
<div ...
0
votes
2answers
59 views
Select text (almost) next to an element
I need to wrap a radio button and the text next to it in a label, just to be more user-friendly.
I had a similar problem a few days ago, where I have a checkbox and immediately after I had a span ...
0
votes
1answer
61 views
jQuery/Check if image is wrapped in a list item [duplicate]
I'm using javascript and jQuery to make a light box, and I have a simple function that wraps each image, inside a container div, with a list item, but I want to check to see if they're already wrapped ...
-1
votes
3answers
112 views
jquery/javascript unwrap all [closed]
i have this:
<div>All <span class="hl">text</span> should <span class="hl">be <span class="hl">unwrapped</span> <span>but not me</span> ...
3
votes
2answers
60 views
.wrap(); breaking prevent.Default();
I've written a custom form validation script, but for some reason, wrapping input[type=text] elements in <div class="inputWrapper" /> stops me from preventing input[type=submit]'s default ...
0
votes
3answers
174 views
jquery remove text inside p element
Let's say i have something like this:
<p>
<h1>Coming events</h1>
<br>
randomtext
randomtext
randomtext
<h1>Past events</h1>
<br>
randomtext
randomtext
...
2
votes
3answers
177 views
jQuery comment/uncomment <!--element--> [duplicate]
I am looking for a way to wrap, with jQuery, an element into a comment, like:
<!--
<div class="my_element"></div>
-->
and also a way to remove the comments.
Is this possible? ...
2
votes
3answers
100 views
Using .before(); and .after(); to wrap elements
I'm trying to wrap <label>, <input type="text" />, and <select> elements with <div class="formItem"></div> to fix some positioning on a form that I can't directly edit. ...
1
vote
2answers
58 views
jquery span after first space
I have three words I would like to add a span around the content after the first space so
hello world becomes hello <span>world</span>
and
hello world again becomes hello ...
1
vote
2answers
59 views
jQuery - Surround images not already surrounded by an anchor
i've encountered a problem while completing a website with huge content. We were setting a lightbox on all the images in the content. Accidently the "lightbox" class has been set on the images and no ...
0
votes
2answers
154 views
wrap paragraph lines into span-tags (with jQuery) and use conditional classes
I am trying to wrap each line of a paragraph into a span tag. That works so far (thanks to the code I found). Now I am trying to bring in conditions. What I want is to check if the string (o a certain ...
2
votes
2answers
196 views
Wrap a new div element around specific text
I am struggling with this one.
How can I wrap a new element around text that does not have any class or ID?
Below is the scenario:
<div class="ContentDiv">.....</div>
Share your ...
1
vote
1answer
201 views
jQuery Insert Content Before and After an Element Without Autoclosing Tags
Say I have the following:
<div id="content">content</div>
And I want to insert some stuff before it (notice the unclosed div):
...
2
votes
2answers
139 views
jquery wrap every four child elements of a list element individually
I'm having trouble to group elements inside a list element.
For excample I have three list elements:
<ul class="row">
<li class="item">
<!-- product name -->
<div ...
0
votes
0answers
60 views
jQuery .wrap() and IE7/8 problems
I'm trying to check if an image has a class, if it has = Wrap like this, else = wrap like that. It works perfect in all browsers, except for ie7 and ie8.
My code looks like this:
...
0
votes
1answer
72 views
Wrap around part of text inside an element
Let's say I have the sentence "Lorem ipsum dolor sit amet, consectetur adipiscing elit." inside a "‹p›" tag. I would like to somehow use javascript/jQuery to create an element around ...
0
votes
3answers
369 views
Wrap Text In JavaScript
I am new to JavaScript And JQuery. I am having a variable named as ‘str’ in JavaScript and it contains very long text say something like “A quick brown fox jumps over a lazy dog”. I want to wrap it ...
3
votes
1answer
68 views
Search for text wrap with html
I have the following HTML-code:
<div id="Test">
My selected Link
<a href="link1.html">My Link 1</a>
<a href="link2.html">My Link 2</a>
</div>
I need to ...
0
votes
2answers
121 views
Unwrap safely jQuery instances to get the wrapped DOM element
Wrapping twice an HTML element with jQuery is a safe operation, since it returns an instance of the same DOM element:
var $a = $('#foo');
var $b = $($a);
alert($b.get(0) === $a.get(0)); // true
It ...
1
vote
4answers
132 views
jQuery prepend or wrap each label and div
I have this sequence of labels and divs and I need to wrap around each group of 1 label + 1 div another div. I know I have to use .each and .wrap or .prepend bu I need help. How can I do this?
HTML
...
1
vote
2answers
60 views
jquery wrap issue
Im trying to wrap h3 and then wrap all h2 and h3 elements. I'm having trouble with wrapping the h2 and h3 together after I've wrapped the h3 individually
$("h3").wrap('<div ...
1
vote
2answers
104 views
jquery display image src before href
Have this block:
jQuery(document).ready(function($) {
$("img[src$='.jpeg'], img[src$='.jpg'], img[src$='.png'], img[src$='.gif']").wrap('<div class="b-img"/>').each(function() {
var src ...
0
votes
2answers
255 views
How to wrap DIV tags with different class names in jQuery? [duplicate]
Possible Duplicate:
How can I add a parent element to a group of paragraph?
I have the following HTML blocks repeated in the document
<!-- first block -->
<div class="first">
...
0
votes
1answer
171 views
jQuery.wrap html elements with a div that does not do anything
Assume there is a complex website with many styles etc. There are also many images on that site that may be positioned, inline, block or whatever.
What i want to do is to put a little overlay icon ...
1
vote
0answers
211 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
4answers
391 views
jQuery remove span inside an element ? .unwrap() method?
This code adds and removes an "active" class to a menu (.active).
It also adds a span class to the active link : < span class="filet_menu">
It works like a charm.
But how can i remove this span ...
1
vote
1answer
60 views
jQuery - Wrap specific parts of a textual element
here is my html sample:
<td class="prod ">
ACTIVE_server
<br/>
inactivename_1
<br/>
inactivename_2
<br/>
inactivename_3
<br/>
</td>
i ...
2
votes
1answer
109 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 ...
4
votes
2answers
464 views
jquery wrap span around text
I have the following
<div><span class="myspan">hello</span> this text has no span </div>
in jquery how can I wrap a div or span around the "this text has no span" text?
1
vote
2answers
62 views
Jquery Complex wrap around uncontained group of items
I'm trying to take group of headers and lists, and contain them individually so I can style them. ie:
<h2>Title 1</h2>
<ul>
<li>Item 1</li>
<li>Item ...
1
vote
1answer
111 views
Align/Wrap images around div
What I'm trying to achieve is a page with a div centered in the middle of the screen (720x360). This is done with jQuery using
$(window).height() and $(window).width() and works perfectly.
The ...
2
votes
2answers
264 views
jQuery: wrap <span> around substring…close, but not quite
I'm attempting to select substrings--the character count, in square brackets--within several paragraphs and wrap each of them in <span> tags with a class, "char_count," applied. Here's the HTML ...
1
vote
1answer
127 views
.wrapAll() based on adjacent siblings' class and
I have a series of DIVs that are assigned .big or .small based on size. They need to be wrapped in groups of two or three. Practically speaking, only two .bigs can fit in the allotted space.
If two ...
