furatto icon indicating copy to clipboard operation
furatto copied to clipboard

Modal Launch Dims Page But Serves No Content

Open bretonio opened this issue 6 years ago • 0 comments

I create the activation button as show below — your sample HTML markup run through HTML2Jade dot org — and obtain said result.


					a.button.primary.pill.large(data-furatto='modal', data-target='#modal-1', data-transition='1', data-theme='alpha') Lance a Interaçao

					#modal-1.modal
						.modal-header
							i.fa.fa-gears.fa-lg
							|   Engenho Novo LLC
						.modal-content
							div
								h3 Papo Sobre Furatto
								h4 Na Privada Um Rato
								.modal-footer
									a.modal-close.button.alpha.primary Feche

I have reviewed the setup docks and checked my configuration to make sure JQuery and the Furatto code are called in the proper order. Tooltips and toollbars and tab navigation are working properly. How exactly am I making a mess of things?

bretonio avatar Oct 08 '17 15:10 bretonio