I have this jquery code:
$(“#tf_zoom”).live(“click”, function ( ) {
var n = $(“.tf_thumbs”).find(“img”).attr(“src”);
var modelid = n.substr(43);
$ .post(“models/get_gallery”, {
“modelid”:
I have this jquery code:
$(“#tf_zoom”).live(“click”, function ( ) {
var n = $(“.tf_thumbs”).find(“img”).attr(“src”);
var modelid = n.substr(43);
$ .post(“models/get_gallery”, {
“modelid”: