index
:
97dev.git
master
97suifang website development
Git Repositories Owner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
97suifangqa
/
staticfiles
/
markitup
/
markItUp_init.js
blob: 912abab9eda0cea7449314dad6ff2f6fab6066ce (
plain
)
1
2
3
$(
document
).
ready
(
function
() {
$(
'textarea'
).
markItUp
(
mySettings
);
});