I am trying to use the pause plugin by Mr Howard like this

$("#navigblock .navig_item:eq("+curritem
+")").removeClass("navig_item_active");
  pause(3000);
$(".navig_item_text").slideUp("slow");

and I have included the plugin in head of my page but still it keeps
giving me this error pause is not defined in firebug.

Also in unpause what is meant by type?
The documentation is so little that I could not understand it
properly. Actually it must be very simple to use I guess and thats why
there is not much documentation.

Can someone please shower some light on my poor understanding of this
beautiful piece of code?

Reply via email to