Is it possible to load jquery code in addition to html via ajax or jquery's post or get methods? I am trying to build conditional gui element activation (based on user's input).
It doesn't make sense to create one file with all jquery code taking all the conditionality into consideration. Instead, my hope is that if jquery via ajax allows me to load jquery code as well, then I can further reduce the jquery based code foot print and load the only code that is relevant conditionally generated elements (rather than the entire deeply nested tree conditionality).