websterz

Results 4 comments of websterz

Thank you for your response, i have implemented with the help of PHP and database driven, should i send you all the code ? as match words are retrieved from...

HI Marexandre, Well thank you for your support, it works out of the box now. Can you provide me your paypal as i want to donate for this project! Thank...

Furthermore, regarding words match counting you provided following below code: // Grab all spans from the highlighting background div // #someElement is an element that was used to initialize the...

Update: I have done this, by counting classes for each match. var items = $('#someElement').find('.background-div').find('classname'); // Get all highlighting item cont var count = items.length; That returns number of occurrence...