下次要體醒自己 作股票只有看開盤收盤就好...... 盤中千萬別看盤....看了只會越糟而已
- Sep 15 Wed 2010 15:28
-
馬的 作股票真的不用看盤
下次要體醒自己 作股票只有看開盤收盤就好...... 盤中千萬別看盤....看了只會越糟而已
- Sep 14 Tue 2010 16:09
-
阿施批零TEMP
一、 不要下出錯誤的單子-市場明明在漲、手上竟然會有空單。
二、 下出正確的單子-市場只要敢漲,手上一定有多單。
三、 下出去正確且數量足夠的單子-單子獲利之後不但可以抱牢,並且敢在適當時機加碼擴大戰果。
- Sep 13 Mon 2010 23:49
-
DIVA2 play list
--
364 693 602
-8-5-5-5-
- Sep 13 Mon 2010 18:55
-
保險新
http://www.etl.tw/
真正的壽險--「一年期定期壽險保證續約」俗擱大碗
- Sep 13 Mon 2010 05:36
-
[Mafia Wars] 最新團攻+團防 (2010.09.13)
- Sep 10 Fri 2010 17:49
-
123
- Sep 08 Wed 2010 18:06
-
[轉][PHP] htmlspecialchars
--
將字串裡頭的特殊符號轉成HTML CODE
The translations performed are:
- '&' (ampersand) becomes '&'
- '"' (double quote) becomes '"' when ENT_NOQUOTES is not set.
- ''' (single quote) becomes ''' only when ENT_QUOTES is set.
- '<' (less than) becomes '<'
- '>' (greater than) becomes '>'
- Sep 06 Mon 2010 15:37
-
淺談保險觀念
https://docs.google.com/presentation/d/1zLWMOTfDMWTyF4E99ib_tCwidr1PyDwbBBCCucnAhxA/edit#slide=id.g147ca807_0_77
- Aug 25 Wed 2010 16:41
-
ZEND FRAMEWORK
- Aug 24 Tue 2010 17:21
-
APPT亞太之星撲克大賽
- Aug 24 Tue 2010 11:07
-
[jQuery] HIGHLIGHT關鍵字
轉自
--
highlight: JavaScript text higlighting jQuery plugin
Posted 2007-09-15 in JavaScript by Johann.
Text higlighting is part of DynaCloud – where tags/keywords are automatically highlighted once they’re clicked – so I took that code and made it a stand-alone JavaScript text highlighting jQuery plugin.
Demo
Each of the links will highlight the corresponding word.
Remove highlights again.
Usage
Add highlight
Download jquery.highlight-3.js (2 KB) and add it to your page after jQuery. A YUI compressed version (1 KB) is also available.
Style the highlight class
Create an entry in your style sheet for the highlight class.
.highlight { background-color: yellow }
Highlight terms
Call the highlight function with the text to highlight. To highlight all occurrances of “bla” (case insensitive) in all li elements, use the following code:
$('li').highlight('bla');
Remove highlighting
The highlight can be removed from any element with the removeHighlight function. In this example, all highlights under the element with the ID highlight-plugin are removed.
$('#highlight-plugin').removeHighlight();
Changelog
- 2009-02-22: Bugfix for one or two strange problems with IE. Also made API easier to use.
- 2008-06-04: Bugfix for incorrect DOM normalization. Thanks Georgy.
- 2007-09-15: Initial release.