Forums

[Plugin: WP-TTFGen] Why jQuery? (3 posts)

  1. Steven Vachon
    Blocked
    Posted 2 years ago #

    jQuery is a bloated script that many people—myself included—choose to avoid.

    Why not just attach a style or class?

    The CSS would look something like this:

    .someClass
    {
    	background-image: url(bleh.png) !important;
    	height: 100px !important;
    	overflow: hidden !important;
    	width: 100px !important;
    }

    http://wordpress.org/extend/plugins/wp-ttfgen/

  2. dimaggio
    Member
    Posted 2 years ago #

    That's not very SEO-friendly if you eg want Google to be able to index your headlines. jQuery generates the images after the page's loaded, so your solution should be avoided.

  3. Steven Vachon
    Blocked
    Posted 2 years ago #

    Since when is adding a class is not SEO friendly?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags