Javascript
javascript style changing inline
by MisterSaisho on Jan.19, 2011, under Javascript
<div id="mydiv" style="width:200px;background:white" onmouseover="this.style.background='gray';" onmouseout="this.style.background='white';">
Jack and Jill went up the hill
To fetch a pail of water.
Jack fell down and broke his crown,
And Jill came tumbling after.
</div>
Printhttp://plugins.learningjquery.com/cluetip/demo/
by MisterSaisho on Sep.08, 2010, under Javascript, Programming, Web Dev
jquery pop ups
Printcustom mkeditor panels
by MisterSaisho on Sep.05, 2010, under Javascript, Programming, php
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Toolbar
config.toolbar = 'Full';
config.toolbar_Full =
[
['Source','-','Save','NewPage','Preview','-','Templates'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],
['BidiLtr', 'BidiRtl'],
'/',
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
'/',
['Styles','Format','Font','FontSize'],
['TextColor','BGColor'],
['Maximize', 'ShowBlocks','-','About']
];
config.toolbar_Basic =
[
['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink','-','About']
];
PrintBeggining Jquery
by MisterSaisho on Aug.27, 2010, under Javascript, html/css
Leave a Comment more...Jquery content slider.
by MisterSaisho on Aug.13, 2010, under Javascript, Programming
sliding divs.
http://net.tutsplus.com/tutorials/javascript-ajax/a-bullet-proof-content-viewer/
Print