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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -