Questions tagged [mootools1.2]

MooTools 1.2 is a version of the MooTools JavaScript Library first released on June 12th, 2008.

MooTools 1.2 is a version of the MooTools JavaScript Library () first released on June 12, 2008. MooTools 1.2 is no longer being maintained. MooTools 1.2.5 is the last version of the 1.2 series.

Updates to MooTools 1.2

Questions with the Tag

When asking a question:

  1. Isolate the problematic code and reproduce it in an online environment such as jsFiddle.
  2. Also tag your question with so that the wider MooTools community on Stack Overflow can find your question.
44 questions
5
votes
2 answers

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 in it. I want to know that how can i create a new…
Avinash
  • 6,064
  • 15
  • 62
  • 95
4
votes
2 answers

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?
dude
  • 41
  • 1
4
votes
1 answer

Update div after form send Mootools 1.1 to Mootools 1.4.1

I have this Mootools 1.11 script that is updating div after the form is submited , form sends data to 'form.php' file and it returns a message like "form sent." I would like to convert it to mootools 1.4.1 Mootools 1.11 …
4
votes
1 answer

Mootools script will not work in internet explorer 7

I hope you can help, I am relatively new to mootools (and brand new to here) and I have been working on a basic open close div. It can be seen here: http://jsfiddle.net/jessicajet/2jZz5/. It includes a clickable link script I found elsewhere. …
Jessicajet
  • 53
  • 3
3
votes
3 answers

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 used mootools framework and AJAX extensively. I was…
Prasad
  • 1,837
  • 2
  • 12
  • 7
3
votes
1 answer

Mootools Formcheck: Custom Function for Selectbox

I have problem with Mootools formcheck js when applying custom function to Selectbox field. Custom Function will be work fine with Text Field, but Selectbox is NOT. My dummy code of Custom Function: var customFunc = function customFuncF(el) { …
dakiquang
  • 684
  • 1
  • 8
  • 24
2
votes
1 answer

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 and scroll back up to the top of the container…
JJohn
  • 75
  • 1
  • 9
2
votes
0 answers

Mootools Request.JSON returning null on iPhone

Sorry if this is a stupid question but I've looked everywhere and can't find an answer. I'm using mootools 1.2.5 Request.JSON to make an ajax request to return json data. It works fine in all browsers and returns valid json data (validated at…
user1188195
  • 51
  • 1
  • 3
1
vote
1 answer

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 was wonder if there's a way to attach…
KJYe.Name
  • 16,969
  • 5
  • 48
  • 63
1
vote
1 answer

Mootools form submit

I have this form:
Ste
  • 1,497
  • 8
  • 33
  • 63
1
vote
1 answer

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 some content underneath. any insight how I could…
Daniel
  • 34,125
  • 17
  • 102
  • 150
1
vote
1 answer

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? window.addEvent('domready', function() { …
JJohn
  • 75
  • 1
  • 9
1
vote
0 answers

Create subtabs using mootools.js

I would like to know is there a way to create tabs inside tabs using moo tools version 1.4. I tried but it looks like sub tabs not working
1
vote
1 answer

Mootools conflict with Richfaces modal panel

We are using Mootools in our project and also JSF Richfaces to build the application components. We have a requirement to use a richfaces modal panel to show an alert when session timesout. But when both Mootools and rich faces modal panel are used…
RageshAK
  • 103
  • 1
  • 4
  • 12
1
vote
4 answers

fetch HTML Element object using javascript, mootools

Please check my HTML below:
Demo1
Demo1 Content
Avinash
  • 6,064
  • 15
  • 62
  • 95
1
2 3