###jQuery Plugin DEMO Change the way of sharing codes in pre tag.
$('pre.code').rbCode();
- is_number:true//indicate show number or not
- is_zebra:true//indicate show zebra effect or not
- zebra_bg:'#CCC'//indicate background of zebra effect
- zebra_cross_bg:'#FFF'//indicate background of zebra cross lines
- modal_bg:'#000'//indicate background of modal window
- bg:'#CCC'//indicate background
- text_color:'#000'//text color
- list_color:'#CCC'//color of list style such number
- z_index:999// popout 999 and modal window 999-1
- opacity:0.75// transperancy of modal window
- a_number:['Hide Number','Show Number']//label Number button
- a_zebra:['Hide Zebra','Show Zebra', 'text']//label Zebra button
- a_popout:['Pop Out','Close', 'text']//label Popout button
###Author
Quang K. Cao @ runbusi.com
###License
Licensed under the MIT license.