<div class="pagination">
<a href="#">1</a>
<a href="#">2</a>
3
<a href="#">4</a>
</div>
I need to use jQuery to wrap an HTML element around the number “3”. I can’t modify the HTML because it is dynamically generated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
this will wrap all your number with a span, so the structure will be :
and the selected one only span without a :
so you can easily style it with :