Questions tagged [highlight]

is for questions involving the highlighting of text or other visual elements.

Highlighting is usually a color-background change that emphasizes text, but it could be other ways of emphasizing any visual element.

2914 questions
0
votes
1 answer

Why does jQuery not remove the class

I'm running some jQuery to add/remove a current class. It works fine with the siblings, but not with the children of the siblings. Anybody got any good ideas? $('#rotator_buttons td').click(function(){ if($(this).hasClass('current')) { …
John Swaringen
  • 731
  • 4
  • 11
  • 29
0
votes
1 answer

Regex highlight search terms in html

Possible Duplicate: Highlight keywords in a paragraph I have been struggling with the idea of highlighting search terms in html or pure text strings. I have seen many examples that just don't work so here is my crack at it. Please give me some…
John
  • 311
  • 1
  • 10
0
votes
3 answers

menu highlight current post

I´m using a wordpress default installation with a very basic theme. The problem I have is that when I´m viewing a post, a normal post or a custom post type, the menu does not get highlighted. For example, I click "Blog" and the blog posts archive…
Ricardo Ribeiro
  • 87
  • 1
  • 2
  • 10
0
votes
1 answer

How to remove highlight border of a navigationmenu in ASP.NET?

I'm using the navigationmenu in the toolbox of ASP.NET, and I'm not able to remove an annoying golden border, I also can't find anything about it. The golden border only appears when I click on a navigation Item, and when I click on somewhere else…
qkp
  • 161
  • 1
  • 1
  • 12
0
votes
1 answer

jQuery highlight on settimeout

I have this script: function nudge(){ $("#info").animate({left:"+=5px"},40).animate({top:"+=5px"},40).animate({top:"-=10px"},40).animate({left:"-=10px"},40) .animate({top:"+=5px"},40).animate({left:"+=5px"},40) …
VLADCHOOO
  • 15
  • 3
0
votes
1 answer

Highlight row in JTable

I was wondering if anyone could help me. I currently have a piece of code that connects to a SQL database and have successfully displayed it in a jtable with all the buttons etc. I will soon be needing to add an external table (plain text file) to…
weedywoo
  • 19
  • 2
0
votes
2 answers

Replace highlight words in microsoft word using VBA

I need to loop through the entire word document and read highlighted text so that i can search the highlighted content in my XML file and replace it with the coresponding value in the XML file. I have figured out how to parse my XML file into DOM…
Wen Jun
  • 522
  • 3
  • 9
  • 19
0
votes
1 answer

Listbox selected item from usercontrol

I have a listbox populate with controls , the control is populated with textboxes and comboboxes. I need to select the underlying listitem when i edit the textbox and select in the combos. Cant seem to find the solutio. Anyone? …
klashagelqvist
  • 1,251
  • 2
  • 26
  • 52
0
votes
1 answer

gallery borders dissapear if i set a new imageview in same activity

i have a custom gallery in android and i have i previewwindow for the items that are in the gallery. as soon as i switch the item to be displayed in the previewindow the order around the image dissapears. here is the on create for the…
edfarto
  • 11
  • 3
0
votes
3 answers

jQuery UI Highlight Footnotes Without onclick Events

I am using the jQuery UI Highlight effect to highlight one of many (>20) footnotes because they can easily fill an average screen once directed there. I am passing the footnote number as a value of a function with an onclick event. I am sure there…
0
votes
4 answers

Highlight a specific DIV

I'm trying to 'hightlight' a specific div. Here is my html code
Anonymous
  • 25
  • 1
  • 6
0
votes
1 answer

Highlight color vanishes after adding background color to the listfield in BlackBerry

I have managed to ge the list items in the ListField and am able to recognize which item was clicked using the navigationClick method. Now I have also added a different background to my ListField by overriding the paint method. I am basically giving…
Vikas
  • 704
  • 1
  • 6
  • 13
0
votes
1 answer

Select nothing on the page with JavaScript and jQuery

I have a jQuery slider that requires being slid, but if the user drags there mouse past the sliders end, it highlights some of the things on the rest of the page. Now if the user goes to move the slider again, it does this weird thing where it tries…
Brian Leishman
  • 8,155
  • 11
  • 57
  • 93
0
votes
2 answers

Can we get match items' position at Lucence.net search result?

I'm using Lucene.net to implement fulltext search feature in an Asp.net application. The search result page should high light the match items. I got the instance of Lucene.Net.Search.Hits and used .Doc(int i) method to get Lucene Document. But I…
0
votes
1 answer

jQuery highlight one at a time

I'm trying to add a class to an li element once after button is clicked. The goal is to add the class one at a time with a delay time in between. It seems to work fine with the fadeOut function but not with the addClass or related function. Here is…
andrewk
  • 3,721
  • 4
  • 30
  • 37
1 2 3
99
100