Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
HI
Need help to Highlight text in View.

I have one partial view and loading this partial view on Index page. where i am populating values in that partial view using jquery async request.
on View i am showing details like
Example:-
Id 1 First_Name: User1_FirstName Last_Name:- User1_lastName Email:-
Id 1 First_Name: User1_FirstName Last_Name:- User1_lastName Email:-
Id 1 First_Name: User1_FirstName Last_Name:- User1_lastName Email:-
Id 1 First_Name: User1_FirstName Last_Name:- User1_lastName Email:-


I want to hightlight all matched FirstName, LastName, Email.Can anyone help to matched all values without using any JQuery plugin,
I am using Bootstrap in application. I tried with using Jquery plugin, But requirement is that without using plugin i have to highlight those all match FirtsName, LastName,Email.

Thanks in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900