Search Results

12
votes

Highlight a word with jQuery

Maybe you can use highlight: JavaScript text higlighting jQuery …
2
votes

Javascript percentage validation

This reminds me of an old blog Entry By Alex Papadimoulis (of …
0
votes

Dynamically Set the Height of Two floated DIVS

There is also a jQuery plugin which does the job for you: Equalize It handles both the scenario where rightcol is …
1
vote

Invoke Google Maps API V3 Javascript API from Windows Forms app?

You could host the WebBrowser control on your form and use that to interact with the Google Maps API. But some more information about what you are really trying to do would be nice. …