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.
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
y a toolip? can u use a simple overlay instead?
seems like you can throw in html: http://jsfiddle.net/WVAQ8/
I suppose that would be a lot easier then a tool tip huh? I was just kinda go off what our designer provided in the PSD file.
hope this helps.
sorry, tried to embed the pen...
here is the link
http://codepen.io/anon/pen/kjczy
you can customize it more, currently because i replace the html with new html you probably have to add handler for close.
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.
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
y a toolip? can u use a simple overlay instead?
seems like you can throw in html: http://jsfiddle.net/WVAQ8/
I suppose that would be a lot easier then a tool tip huh? I was just kinda go off what our designer provided in the PSD file.
hope this helps.
sorry, tried to embed the pen...
here is the link
http://codepen.io/anon/pen/kjczy
you can customize it more, currently because i replace the html with new html you probably have to add handler for close.