I am not too savvy with JSON so any help would be great...
I am loading a page via JQuery's .load.
I am setting varname as a variable, but it is posting as the actual variable name not what I set it to.
In other words it is showing up as "varname" instead of "class_id".
var varname = "class_id";
$(this).siblings(".container").load(loadurl,{varname:openedid,"all_ids":allids});