Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8353687
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T09:20:02+00:00 2026-06-09T09:20:02+00:00

I am trying to validate my page and I use addthis. I load the

  • 0

I am trying to validate my page and I use addthis.

I load the code async and I initialize it with jQuery after the dom is ready.

function initAddThis(){
    var addthis_config = {ui_use_css : false}   
    addthis.init();
}

jQuery(document).ready(function($){      
    initAddThis();
});     

Now the validator says:

Attribute g:plusone:size not allowed on element a at this point

Here is the html part with problems:

<a class="addthis_button_google_plusone google_plusone" g:plusone:size="medium"></a>

Now, is there a way to add the appropriate attributes (g:plusone:size=”medium”) to the tag after the HTML is downloaded? How can I do this?

Ty

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T09:20:03+00:00Added an answer on June 9, 2026 at 9:20 am

    The first thing you need to do when working with namespaces is to set
    the default namespace. You do this by using the xmlns attribute on the
    root element of your document. In XHTML that would be the tag:

    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    

    http://webdesign.about.com/od/xmlnamespaces/a/xml_namespaces.htm

    The root element of the document must contain an xmlns declaration for
    the XHTML namespace [XMLNS]. The namespace for XHTML is defined to be
    http://www.w3.org/1999/xhtml. An example root element might look like:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html 
         PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
      <head>
        <title>Virtual Library</title>
      </head>
      <body>
        <a class="addthis_button_google_plusone google_plusone" g:plusone:size="medium"></a>
      </body>
    </html>
    

    http://www.w3.org/TR/xhtml1/#normative

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i'm trying to validate an html page using jquery, but nothing happens. it's a
I am trying to validate a form with the jquery-validate plugin. The html page
I'm trying to use jQuery with the Validate plugin, except I cannot get my
I'm trying to use the Jquery validation plugin to validate my form. I have
I'm trying to use the jquery validate plugin to validate a form and submit
I have a bit of problem when trying to validate my page as HTML5.
While trying to validate form data on my page i get the following error:
I'm trying to validate the birth date of a user. My jsp page is
I am new to asp .net. I am trying to use the JQuery library
I'm trying to use the jQuery validation plugin (from here --> http://bassistance.de/jquery-plugins/jquery-plugin-validation/ ) to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.