Results 11 comments of Qatrix

Qatrix do not support color transition for IEs in current.

Could you like to post all source code of a.html and b.html? If you want to call ready function after iframe is loaded on IE, just load Qatrix framework and...

1. Global function is faster than namespaced function, because it do not have to query the namespace first and then call the function and will be better optimized for compilation...

On chrome, and firefox it is faster about 5-10%+ And yes, if someone want to know search the function document on Qatrix if use `$.append`, Google will return the jQuery...

The performance is the first target on Qatrix. So we choose global but namespace.

Thank all. I will consider all suggestions and think around to make the change as possible. But i really want to get to know the real user experience while using...

The new version of Qatrix can use function under the namespace `Qatrix` now. And it can compatible working with jQuery with some techniques: http://qatrix.com/tutorial

@alejandrolechuga Load Qatrix framework at first. If have conflict problem, use those techniques: http://qatrix.com/tutorial And actually in common, how high the possibility you will use $ as the prefix of...

@inspiraller 1. The performance is the first goal of this framework and the global function is faster nearly 10%. 2. If have conflict problem, just use those techniques: http://qatrix.com/tutorial

Chrome, Safari, Firefox and IE contained `mozilla` in navigator.userAgent also. Why this request?