sending more than one variable with .load in jquery -
currently have 1 variable (cat) how can send 1 "cs"?
$gallery.load('/public/themes/lbd/js/imagegallery.php', {'cat': cat}, function(){ $(this).fadein(function(){ $('a.customgal').zoomimage(); }); });
$gallery.load('/public/themes/lbd/js/imagegallery.php', {'cat': cat, 'cs': cs}, function(){
it's regular javascript object.
Comments
Post a Comment