EasyUI Forum
November 05, 2025, 08:11:13 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: Highlighter on: November 10, 2013, 06:49:30 AM
I have just tried this last code it doesnt work with parameters like this

need help to put 'input' parameter into replace function
2  General Category / EasyUI for jQuery / Re: Highlighter on: November 09, 2013, 09:01:38 PM
Thanx,

I need to place value from input box instead of 'ge' like this

Code:
function formatAttr(value){
var v = value.replace(/('#input').val()/g,'<span style="background-color: #FFFF00">('#input').val()</span>');
return v;
}
3  General Category / EasyUI for jQuery / Re: Highlighter on: November 09, 2013, 03:40:58 AM
Thanx,

could you please give me some code to span yellow background

behind the part of the word in cell

deck
4  General Category / EasyUI for jQuery / Highlighter on: November 08, 2013, 11:36:58 AM
Hello,

how can I highlight part of the word in datagrid cell in just one column?

deck
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!