View Single Post
Old 10-23-2012, 06:16 PM   PM User | #1
TravisT6983
New Coder

 
Join Date: Jul 2008
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
TravisT6983 is an unknown quantity at this point
Adding HTML to content in javascript

I am trying to add a form inside of a tooltip for an advanced search. This is going to have a form and a table in it.

The plugin i am using is this one... http://ara-abcarians.com/jquery/atooltip/

I am wondering if there is something that i can use to make this line recognize that this is html inside of here.
Code:
tipContent: 'Basic HTML Table and Form',  // Pass in content or it will use objects 'title' attribute
Or if i could do it in the Title Attribute that would work as well.

Any help would be great i am very basic with javascript

Thanks
TravisT6983 is offline   Reply With Quote