summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/content/ajax.html
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-03-20 19:21:05 +0100
committerCtibor Brančík <ctibor@brancik.cz>2016-03-20 19:21:05 +0100
commit5ddacae6306ce071d4f7e4d438960d6d3a4c6bd8 (patch)
tree9d2a694577c797afbbe0813facafac9fcd11bebb /sites/all/libraries/colorbox/content/ajax.html
parenta31020d16ffbaa69107fc06163bd5fb2d7a1be4d (diff)
downloadbrdo-5ddacae6306ce071d4f7e4d438960d6d3a4c6bd8.tar.gz
brdo-5ddacae6306ce071d4f7e4d438960d6d3a4c6bd8.tar.bz2
Added colorbox library
Diffstat (limited to 'sites/all/libraries/colorbox/content/ajax.html')
-rw-r--r--sites/all/libraries/colorbox/content/ajax.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/sites/all/libraries/colorbox/content/ajax.html b/sites/all/libraries/colorbox/content/ajax.html
new file mode 100644
index 000000000..e772638ad
--- /dev/null
+++ b/sites/all/libraries/colorbox/content/ajax.html
@@ -0,0 +1,11 @@
+<div id='homer' style="background:url(../content/homer.jpg) right center no-repeat #ececec; height:135px; width:280px; padding:30px 10px;">
+ <strong>Homer</strong><br/>
+ <em>\noun\</em><br/>
+ <strong>1.</strong> American bonehead<br/>
+ <strong>2. Pull a Homer-</strong><br/>
+ to succeed despite<br/>
+ idiocy
+</div>
+<script>
+ $('#homer strong').css({color:'red'});
+</script> \ No newline at end of file