-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I manage a group of programmers. I do value my employees opinion but lately we've been divided as to which framework to use on web projects.
I personally favor MooTools, but some of my team seems to want to migrate to jQuery because it is more widely adopted. That by itself is not enough for me to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i m using mootools Eighty six calendar from this link
i download the code and customize according to my need , it's working good on single HTML page but when i embed this code with my php page then it display below error
element is null
[Break on this error] element.appendChild(context);\n
(on…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
For my client side development I use MooTools primarily, I have also just recently started learning rails. What is the best method of using Mootools in rails pages? Just adding my code inline like I would any other server side language? Or is there a better and cleaner way to do things?
Basically…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
$(".container").hover(
function(){
$(".child-1").hide(0);
$(".child-2").show(0);
},function(){
$(".child-1").show(0);
$(".child-2").hide(0);
});
A project I have requires that I use mootools, but I never used mootools, and jquery…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
While I was talking about javascript closure to my friend, I was told that using Mootools can prevent closures 100%. To my knowledege, a variable causes a closure. How does Mootools itself prevents javascript closure? I think my friend is sayting that Mootools' functions are closure-safe functions…
>>> More