Questions tagged [toastr]

toastr is a JavaScript library for non-blocking notifications. It uses jQuery and the goal is to create a simple core library that can be customized and extended.

toastr is a JavaScript library for non-blocking notifications. It uses jQuery and the goal is to create a simple core library that can be customized and extended.

You can see a demo here

Stack Snippet Starter Pack

HTML:

<link href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.2/toastr.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.js"></script>

JavaScript:

toastr.success("Hello World", "Toaster Title")
348 questions
-2
votes
1 answer

Bootstrap not working well with toastr

I use it in my php function, and now I get a error in php I think thats te problem, ( SyntaxError: missing ; before statement line 133 ) my php function is :
-3
votes
1 answer

Error function of ngx toastr is not showing error message

When I call toastr.error and pass message then it is not showing message although toastr appears. But for toastr.success it is working fine. Please help me how I can fix it. Uploaded screenshot of the same.
Varinder
  • 1,780
  • 2
  • 11
  • 18
-6
votes
1 answer

how to customize angular toaster message

I am using angular-file-upload. I have setup a batch file upload that parse's the file names and matched them to properties stored in a database. The files need to be structured like this. 01-1998 VRF RD678.pdf VRF is the name of a pipeline RD is…
texas697
  • 5,609
  • 16
  • 65
  • 131
1 2 3
23
24