Where to store html code for jQuery? -
in scripts long html blocks added selector. example
$("#test").prepend($('<div id="tester">..long html tags..</div>').hide().fadein(2000)); where better store large html blocks? directly, in variable, in html code, text file or other.
thank you.
have had @ jquery templates?
Comments
Post a Comment