Amastaneh blog is a discussion site on software development, programming, algorithms, software architectures,software run-time errors and solutions from software engineers who love building great softwares.
December 15, 2010
Object doesn't support this property or method
Problem:
If did you have "Object doesn't support this property or method" problem and you have some JS files or jQuery Plugins.
Solution:
Just remove jQuery.noConflict(); from top of all JS files. Yes. It's so simple in most times ;-D
No comments:
Post a Comment