Forums

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

  1. prometh
    Member
    Posted 3 weeks 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 weeks 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. prometh
    Member
    Posted 1 week ago #

    Since when is adding a class is not SEO friendly?

Reply

You must log in to post.

About this Topic

Tags