12
votes
jQuery and “Organized Code”
So far, I do it like this:
// initial description of this code block
$(function() {
var container = $("#inputContainer");
for(var i=0; i < 5; i++) {
$("& …
0
votes
javascript problem
when i see HTML and & and problem, i look to make sure that my character encoding is all properly specified.
also, the code in your PHP script may be choking on an un/escaped '&' …
