0

I'm using http://razorjack.net/quicksand/ this jquery. I want to select 'application' instead of 'everything' in page load. Is there anyway to do?

Thanks, Kevin

Kelvin ST
  • 25
  • 1
  • 6

1 Answers1

1
<script type="text/javascript">
   $(document).ready(function() {
      $(".class").trigger('click');
   });
</script>

answered May 12 '11 at 15:56
Elaine Marley
using quicksand plugin to get specific data

Community
  • 1
  • 1
Kelvin ST
  • 25
  • 1
  • 6