jfgroup / jquery-countdown

Automatically exported from code.google.com/p/jquery-countdown
0 stars 0 forks source link

No Conflict #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using is with jQuery.noconflict();

What is the expected output? What do you see instead?
To work

What version of the product are you using? On what operating system?
Last

Please provide any additional information below.

It is fixed just adding 
"(function($) { "
at the beginning of the script
and "})(jQuery);" at the end of the script.

=)

Original issue reported on code.google.com by dmiangr...@gmail.com on 4 Jan 2012 at 12:26