Wrap the last word of a paragraph in span tags using jQuery
CSS
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<p>Phasellus sit amet auctor velit, ac egestas augue.</p>jQuery(document).ready(function($){
$('p').html(function(){
// separate the text by spaces
var text= $(this).text().split(' ');
// drop the last word and store it in a variable
var last = text.pop();
// join the text back and if it has more than 1 word add the span tag
// to the last word
return text.join(" ") + (text.length > 0 ? ' <span class="last">'+last+'</span>' : last);
});
});span{
color:red;
}
Also in CSS:
- Title
- how to align list to the centre in css
- Category
- CSS
- Title
- how to link locally installed fonts to css
- Category
- CSS
- Title
- html css placeholder input font-size
- Category
- CSS
- Title
- DevTools failed to load SourceMap: Could not load content for bootstrap.min.css.map
- Category
- CSS
- Title
- css light grey
- Category
- CSS
- Title
- flex wrap tailwind
- Category
- CSS
- Title
- css backdrop filter
- Category
- CSS
- Title
- css play button on image
- Category
- CSS
- Title
- css vertical center
- Category
- CSS
- Title
- css selectors w3schools
- Category
- CSS
- Title
- add a border to a div css
- Category
- CSS
- Title
- force to load https
- Category
- CSS
- Title
- css last child with class
- Category
- CSS
- Title
- use PurifyCSS with hugo
- Category
- CSS
- Title
- table css
- Category
- CSS
- Title
- css rotate 90 deg
- Category
- CSS
- Title
- font-weight css
- Category
- CSS
- Title
- show folder in finder usig terminal
- Category
- CSS
- Title
- css center element on screen
- Category
- CSS
- Title
- opacity transition in css
- Category
- CSS
- Title
- convert image in rounshape in css
- Category
- CSS
- Title
- how to vertically align text css
- Category
- CSS
- Title
- changong text color css
- Category
- CSS
- Title
- font weight css
- Category
- CSS
- Title
- css border shorthand
- Category
- CSS
- Title
- bootsrap buttons
- Category
- CSS
- Title
- transparent button css
- Category
- CSS
- Title
- tab link class in html
- Category
- CSS
- Title
- line-height not working
- Category
- CSS
- Title
- background color css
- Category
- CSS
- Title
- vertical multi color border css
- Category
- CSS
- Title
- how to cover full image in css
- Category
- CSS
- Title
- import google fonts into react
- Category
- CSS
- Title
- static css in django
- Category
- CSS
- Title
- html5 input required length
- Category
- CSS
- Title
- how to change color of svg with css
- Category
- CSS
- Title
- static css is not fetching style in django
- Category
- CSS
- Title
- !important in css
- Category
- CSS
- Title
- nth-child() css
- Category
- CSS
- Title
- js not able to read css
- Category
- CSS
- Title
- make image background of div
- Category
- CSS
- Title
- text underline hover css
- Category
- CSS
- Title
- Safari only CSS hack
- Category
- CSS
- Title
- css hover rounded corners
- Category
- CSS
- Title
- textview android text align center
- Category
- CSS
- Title
- onhover mouse pointer css
- Category
- CSS
- Title
- edit scrollbar css
- Category
- CSS
- Title
- css fade out
- Category
- CSS
- Title
- css box shadow
- Category
- CSS
- Title
- how to add css to html
- Category
- CSS
- Title
- css immediate child
- Category
- CSS
- Title
- font-family css
- Category
- CSS
- Title
- javascript remoev css class
- Category
- CSS
- Title
- how to use child selectors in css
- Category
- CSS
- Title
- ordered list indent
- Category
- CSS
- Title
- open sublime text 3 from terminal mac
- Category
- CSS
- Title
- css hover
- Category
- CSS
- Title
- justify content
- Category
- CSS
- Title
- inline css
- Category
- CSS
- Title
- nth of type for every 4th after the 1st
- Category
- CSS
- Title
- css focus border radius
- Category
- CSS
- Title
- scss mixin skip argument use default
- Category
- CSS
- Title
- table border css
- Category
- CSS
- Title
- css background video
- Category
- CSS
- Title
- display table css
- Category
- CSS
- Title
- css grid-template
- Category
- CSS
- Title
- How do you change the font colour in CSS?
- Category
- CSS
- Title
- css font family
- Category
- CSS
- Title
- lier class et css
- Category
- CSS
- Title
- image blur css
- Category
- CSS
- Title
- css zen garden
- Category
- CSS
- Title
- css transparent background color
- Category
- CSS
- Title
- forcing website to show in landscape mode only
- Category
- CSS
- Title
- image cover css
- Category
- CSS
- Title
- how to align text in css
- Category
- CSS
- Title
- how to link css to html
- Category
- CSS
- Title
- how to play css animation with javascript
- Category
- CSS
- Title
- Unable to load authentication plugin 'caching_sha2_password'. dbeaver
- Category
- CSS
- Title
- How to prevent anchor links from scrolling behind a sticky header with one line of CSS
- Category
- CSS
- Title
- how to create popup css
- Category
- CSS
- Title
- how to add background in css
- Category
- CSS
- Title
- css id selector
- Category
- CSS
- Title
- do some css using js on selector
- Category
- CSS
- Title
- flip image css
- Category
- CSS
- Title
- css flex content right
- Category
- CSS
- Title
- css erase text
- Category
- CSS
- Title
- pestañas dentro de una pagina web php
- Category
- CSS
- Title
- css animate flashing
- Category
- CSS
- Title
- li remove dot css
- Category
- CSS
- Title
- css text shadow not showing in mac chrome
- Category
- CSS
- Title
- how to link your css file to html
- Category
- CSS
- Title
- javascript modify css
- Category
- CSS
- Title
- button css
- Category
- CSS
- Title
- css gradient border
- Category
- CSS
- Title
- js ransform css
- Category
- CSS
- Title
- text unselectable css
- Category
- CSS
- Title
- css all children of type
- Category
- CSS
- Title
- kerning css
- Category
- CSS
- Title
- css stylesheet template
- Category
- CSS
- Title
- css variables
- Category
- CSS