Let\'s say i need to find all .bar elements inside an element that\'s assigned to a variable foo. In jQuery, foo.find(\'.bar\') solves the problem.
I\'ve got a page where I\'m using Mootools 1.2.4 and MediaboxAdvanced as a lightbox. I can\'t seem to get the thing working because of a particular javascript error
I have a form on a lightbox, that form is server side validated with PHP (no issues there) and client side validated with formCheck for Mootools,
I have a Prototype snippet here that I really want to see converted into Mootools. document.observe(\'click\', function(e, el) {
I need to find some way 开发者_高级运维of displaying a drop-down menu that depending on what is chosen will display a second tier of results in another drop-down. All data will be stored in database.
Can I create the an开发者_StackOverflow中文版onymous class(java term) using the MooTools js framework?
I\'m trying to build a custom StackOverflow badge using JSONP and MooTools. Here is the code: new Request.JSONP(\'http://stackoverflow.com/users/flair/166325.json\', {
What\'s the easiest way to tell if the browse开发者_StackOverflowr is an IE 6 version in JavaScript? We\'re using MooTools here and Browser.Engine.trident will be true if it\'s IE, but what about the
I am trying to implement SlideShow of google in my site www.tapasya.c开发者_如何学编程o.in. You can see it on home page. The problem is that i m not being able to add images dynamically such that it c
i am using mootools for the slideshow in these i wanna add lightbox on click of slideshow image my slideshow code is following. so plz tell me how i integrate lightBox with it.