pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
dr ABC samiyen belgesel...
2 sec ago
How to find if object o...
2 sec ago
Untitled
2 sec ago
Untitled
3 sec ago
FileSonic Premium Accou...
16 sec ago
Untitled
17 sec ago
Untitled
21 sec ago
Free fileserve premium ...
30 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 21st, 2010 | Syntax:
None
| Size: 0.25 KB | Hits: 125 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
var $j = jQuery.noConflict();
$j(function(){
$('#categories').FontEffect({
shadow:true,
shadowColor:"#f00",
shadowOffsetTop:4,
shadowOffsetLeft:4,
shadowOpacity:1,
outline:true,
outlineColor1:"#fff",
outlineWeight:2
})
});
create new paste
|
create new version of this paste
RAW Paste Data
var $j = jQuery.noConflict(); $j(function(){ $('#categories').FontEffect({ shadow:true, shadowColor:"#f00", shadowOffsetTop:4, shadowOffsetLeft:4, shadowOpacity:1, outline:true, outlineColor1:"#fff", outlineWeight:2 }) });