Tagged Questions

2
votes
3answers
42 views

Mootools “Extends” plus “Implements”

Hi, I like to write my code slim and sexy (on the performance and memory side), I am using Mootools and was wondering if I was using it the correct way, also you can help me by te …
1
vote
4answers
33 views

how to reuse effect instance on jquery

On mootools I'm used to declare once and reuse often. An FX example would go like this: myEffect1 = new Fx.Slide($('myElement1')); How should I go on jQuery? Meaning, the docs m …
0
votes
2answers
22 views

Does Prototype.js support custom pseudo-selectors?

That is, can I define a selector called "shiny" and do ... ? $$('div.shiny') //undesired -- class based $$('div:shiny') //desired -- logic based This is available in MooTools an …
2
votes
1answer
32 views

Are Mootools and Google Closure Librarys Compatible?

Anyone have any experience of using Closure js lib and Mootools in the same page? Conflicts or works ok?
0
votes
0answers
16 views

Mootools support for selector chaining?

Does Mootools support pseudo-selector chaining either natively or with a plugin? In jQuery, for example: $("div:first-child:visible:contains('chocolate chip cookie') > h1") …
0
votes
2answers
29 views

Reading return values from PHP with Mootools

I have been trying to retrieve data via AJAX. I can't seem to be able to 'read' what was sent to me by PHP. Here's the code $('create_course').addEvent('submit', function(e){ …
2
votes
7answers
118 views

is there any script which can stop to show ALT=”text” as a tooltip in IE 6 and 7?

is there any script which can stop to show ALT="text" as a tooltip in IE 6 and 7?
1
vote
1answer
27 views

MooTools - Handle none JSON response

I use Request.Queue from more to fire my request one after one when the previous completes. Now I wonder how I should deal with requests that doesn't return json-encoded data (ie w …
0
votes
3answers
48 views

How to changing my background-image css property using Mootools?

I am newbie。 How to changing my background-image css property using Mootools?
0
votes
1answer
71 views

Best Cool Implementation of Javascript/Ajax on a website [closed]

List some of your favorite site that uses Ajax/Javascript Site to create jaw dropping effects. I want to gather some inspiration on using Javascripts. Thanks!
0
votes
3answers
60 views

Swfobject and MooTools: Dynamic movie height

Greetings. I am developing an animated homepage for a Flash-HTML hybrid website, and for the sake of standards, my solution is proving difficult. I am not a Javascript pro, so any …
0
votes
0answers
11 views

Mootools formcheck -IE7 / IE8

Hi all, I'm having a bit of trouble with the formcheck class for mootools when viewed using IE7 / IE8. The pop ups that are showing in firefox and chrome are not working. I am a …
0
votes
3answers
58 views

Prototype / Mootools conflict question

So I have a page that uses both Prototype and Mootools AJAX scripts. There is much more Mootools that Prototype, so I'm wondering if Prototype has a function similar to jQuery's $ …
0
votes
1answer
45 views

How to display any html content in thick box using joomla 1.5 and mootools 1.1

hi friends I am developing one site using joomla 1.5 and mootools 1.1 for js framework, in that i need to display some HTML content to be displayed in thick box. I have tried a …
0
votes
0answers
18 views

mootool display image

i want to display image after it upload using mootools i write following code but it did't work onFileSuccess: function(file, response) { var json = new Hash(JSON …

1 2 3 4 5 13 next
15 30 50 per page