Changes To Cookbook
Not logged in

Changes to "Cookbook" between 2010-08-28 11:57:18 and 2010-09-10 06:55:43

   657    657   	    {name:'Preview', call:'preview', className:'preview' }
   658    658   	]
   659    659         }
   660    660         for(var i=0 ;i < l;i++){
   661    661   	n = m[i].name
   662    662   	if( 'comment' == n || 'cmappnd' == n || "w"  == n){
   663    663   	    m[i].id = n</nowiki>
   664         -	    $(document).ready(function() {
          664  +	    $(function() {
   665    665   	      $("#" + n).markItUp(mySettings);
   666    666   	    });
   667    667   	}
   668    668         }
   669    669       &lt;/script&gt;
   670    670    </pre>
   671    671