Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Join over 70,000 other web design enthusiasts and subscribe now! – Recreate this?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33066
    saki
    Member

    I would like to create an RSS that works like the homepage of this site. Any ideas on how this is done?

    There one that says…

    “Join over 70,000 other web design enthusiasts and subscribe now!”

    #73596
    Ezeke
    Member

    its of course jQuery, you can find the source here:
    http://cdn.css-tricks.com/wp-content/themes/CSS-Tricks-8/js/css-tricks.js

    	$("#main-rss-link").click(function() {

    $("#subscribe-list").slideToggle();

    $(this).toggleClass("on");

    });
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.