html5 - Where do I store div's for jQuery Mobile pop-up -


okay has simplest thing in world can't figure out.
have read documentation , understand concept of jqm pop-up.

a link with:

href="popupbasic" data-rel="popup" 

and div with:

data-role="popup" id="popupbasic" 

what don't understand store div because if in html file div content shows without needing pop-up , makes no sesnse.

as turns out wrong , formatting issue can store div's on local html document without them showing.

knew simple.

thanks anyway :).


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -