Advertisement
Guest User

Untitled

a guest
Jan 29th, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <pre class="prettyprint">
  2. $(document).ready(function()
  3. {
  4.     $('#panel').data('panel-options', {
  5.         onStartLoad: function(settings)
  6.         {
  7.             // Add options
  8.             settings.ajax = $.extend({}, settings.ajax, {
  9.                 page: 1,
  10.                 display: 'icons'
  11.             });
  12.         }
  13.     });
  14. });
  15. </pre>
  16. <script></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement