Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
171 views

how to modify slimbox to close by clicking on expanded image

I am using Slimbox 1.71 for MooTools 1.2 ( Demo ) I would like to close the expanded Image if I click on the expanded image itself. How would I do that?
3
votes
3answers
134 views

General Web Programming/designing Question:?

I have been in web programming for 2 years (Self taught - a biology researcher by profession). I designed a small wiki with needed functionalities and a scientific RTE - ofcourse lot is expected. I ...
2
votes
1answer
211 views

Mootools return to top of containing div?

I use a mootools-based pagination which works fine. However, I would like after a user clicks to a new page (from the bottom where the pagination links are clicked) to return the new set of comments ...
1
vote
1answer
535 views

Mootools form submit

I have this form: <form id="post-status-form" onsubmit="return test(this,event);" method="post"> <textarea id="composer-textarea" class="grow" ...
1
vote
1answer
228 views

adding a caption to squeezebox

I'm using http://digitarald.de/project/squeezebox/ for mootools 1.2 There is an option to add a image or content, but I'd like to do something in between; or both. Essentially adding an image with ...
1
vote
1answer
98 views

Two button submit breaks other events on page (mootools)

I am wanting to use two button form and created the following which works. It however breaks any other events on the page but I can't figure out why. Is there a better way? ...
1
vote
1answer
2k views

document.body is null

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 document.body is null at the ...
1
vote
2answers
2k views

create a new option and inject into select box using mootools 1.2

i have one AJAX function which return the list of countries. It works fine. My problem is that want to load that countries in on select box which is already in HTML and is empty means no option value ...
1
vote
1answer
226 views

how to replace broken images in webpage with some error image with mootools1.2

i am running on php, mysql and using mootools1.2 as my js framework. I want that all broken images should replace with a single error image. How should i do this. Thanks Avinash
0
votes
1answer
32 views

Control the Duration Of The Fade Function In MooTools 1.2

I'm using a very simple fade function with MooTools 1.2 (I 'have' to use MooTools 1.2 due to a complication over another function being called on the same page). I'm basically fading a title in on my ...
0
votes
1answer
25 views

How to get all the end nodes of chrome bookmark tree?

I have been trying get all the bookmarked urls in chorme to the extension i am making. But till now i have only managed to get the tree, and its a very lengthy task to check where all the folders are ...
0
votes
1answer
30 views

Nested sortable script for Mootools 1.2.0

Does anyone know of a Mootools script that provides nested sortable but also works on Mootools 1.2.0 ? All the nested sortable scripts I can find require newer versions - but I'm stuck with 1.2.0 as ...
0
votes
0answers
59 views

Upgrading Uvumi dropdown (MooTools)

I'm trying to upgrade Uvumidropdown menu for use with MooTools 1.3.2 or 1.4.1 so that I can use a MooTool slider as well. The first thing I did was to replace the mootools call to a ...
0
votes
1answer
58 views

MooTools function return value

I am developing the MooTools confirm box function. In which I have two buttons which are OK and CANCEL. So I want return TRUE on click of OK and return FALSE on click on CANCEL. Here is my function ...
0
votes
1answer
208 views

How to dyamically adding Elements to Mootools Form.Validator?

Currently I am using Form.Validator from Mootools 1.2.5 and Mootools-More 1.2.5, but i am having a hard time validating an Element's input when dynamically injected into the DOM after ondomready. I ...
0
votes
0answers
66 views

Small issue while downgrading mootools 1.3 code to 1.11

Guys.. Having a small issue in downgrading the following code from mootools 1.3 to 1.11. I hit the road block as i am not much familiar with the Mootools Effects. Pl help me rewrite this code ...
0
votes
0answers
105 views

mootools 1.1.3/1.2.4 what is the compatibility with internet explorer?

working on a mootools script I wonder what goes alright with ie78(9) and the rest. 1.) document.id("#wrapper") //fails on ie if(Browser.Engine.trident) { //works 2.) $('#wrapper'); //? //to be on ...
0
votes
1answer
388 views

Update div after form send Mootools 1.1 to Mootools 1.2

I have this Mootools 1.1 script that is updating div after the form is submited , tried to convert it to mootools 1.2.4 but the log does not work and I am not getting any errors either Mootools ...
0
votes
3answers
434 views

Using Mootools getElements('[selected] to find if ANY option is selcted

Can someone please help me find if there is any option selected I currently have this var Selected = $$('myslected_id').getElements('[selected]') ; if(Selected==null){ ...
0
votes
2answers
374 views

MooTools: How to use responseText directly

In following example of code, I want to traverse the responseText object which consist the html code came from request_page.php file. In onSuccess event, i want to check whether < Div > with id ...
0
votes
1answer
274 views

Element destroy() of Mootools 1.3 always fails in IE

I just upgraded my code to 1.3 from 1.2.4. Oftentimes, an element has been destroyed, but its events will still be called. However, all those Element methods which used to be attached to the elements ...
0
votes
1answer
411 views

Mootools 1.2.5 Element.setStyle / Morph

I recently made a Mootols script for my website. Using Fx.Morph, I succesfully created the effects I was aiming for. However, the script fails in Internet Explorer 7 and 8 (works fine in 9, didn't not ...
0
votes
1answer
500 views

joomla mootools upgrade crashes

I have a problem I'm trying to solve for a few days now. We enabled the mootools 1.2 plugin in joomla 1.5 so we can use some libraries designed for mootools 1.2 . It worked great, everything was ...
0
votes
1answer
78 views

mootools conflicting with iepngfix.htc

I have just placed iepngfix.htc to fix the PNG problem in ie 6, but when I include the mootools 1.3 png fix is not working. Do you have any fixing code for this? Thanks Avi
0
votes
1answer
170 views

How to create MooTools class of a variable name

Consider this code: var Someclass = new Class(); var Anotherclass = new Class(); var classes = ['Someclass', 'Anotherclass']; and I want to create mootools class with a dynamic name. Of course i ...
0
votes
2answers
65 views

mootool event delay on specifed timing

anyone come across a code that only fire event when the mouse enter the element for certain time ? but won't fire event if only hover or passed thru the element quickly..
0
votes
2answers
101 views

how to determine when a request in completed in mootools?

I am new to moootools and I am creating a Template class,This is my code - var Template = new Class({ Singleton : true, template : '', /* gets the component type template */ get : ...
0
votes
0answers
110 views

Mootools 1.2 $extend

my code index.php var MyObject ={ method1:function(){...}, method2:function(){...}, method3:$extend }; MyObject .extend(MyObject ,Events.prototype); MyObject .extend(MyObject ...
0
votes
2answers
71 views

How can I get the size of a file using JavaScript (preferably using MooTools 1.2)?

How can I get the size of a file using JavaScript (preferably using MooTools 1.2)?
0
votes
2answers
260 views

find the position of the cursor where user have clicked and display one div where user have clicked

I want to determine the position of the cursor where user have clicked. And display one div at bottom side of the page where user have clicked. For example on stack over flow home page if some one ...
0
votes
0answers
41 views

problem on ajax call

hi i am using mootools ajax request in my project. its works properly but when i make request for it aborted first time and second time request mad. consequently abortion of request increase by one at ...
0
votes
4answers
590 views

fetch HTML Element object using javascript, mootools

Please check my HTML below: <table cellpadding="0" cellpadding="0" border="0"> <tr> <td> <div class="toogler">Demo1</div> </td> ...
0
votes
1answer
272 views

Sort list box options using mootools1.2

Below is my HTML <select name="name" id="id"> <option value="1">ZZZ</option> <option value="1">PPP</option> <option value="1">SSS</option> ...