Questions tagged [mootools-events]

73 questions
0
votes
2 answers

Get opened pages/tabs with mootools

I have a site that need to know if the user have other pages/tabs opened just to make actions in them (like closing them, redirect etc..). I'm not talking about popups, I'm talking about content opened in a new page tab manually by the user. So…
shadow_of__soul
  • 429
  • 1
  • 8
  • 19
0
votes
2 answers

Make visible/unvisible div on click on other div

Can anybody help me, I need something like http://web-kreation.com/demos/login_form_mootools_1.2/, just mush simpler, when I click on one div ( login in this case) just to show other and if I click again to make unvisible. How to do that with…
Cherylin
  • 29
  • 2
  • 4
0
votes
3 answers

$ is not a function errors

I'm getting a few Javascript errors and was wondering if anyone could help me out with them. I'm fairly new to js and could really use the help. That being said here is the page with the errors. http://www.gotopeak.com . Here is the error:…
wilwaldon
  • 381
  • 1
  • 9
  • 26
0
votes
1 answer

MooTools: How to Request and Evaluate javascript on a button click

I am using mootools v1.3. I added a click event to button with id as "submit_details". All I want is to load an another mootools script on button click event and execute it. I tried a way as below $('submit_details').addEvent('click',function(){ …
Vinay Jeurkar
  • 3,054
  • 9
  • 37
  • 56
0
votes
0 answers

mootools click event not working in iphone 6

I'm using very simple markup button and attaching a click on it via mootools (latest 1.6):