jQuery lets you do things like $div.bind(\'click.namespace\', function) $div.unbind(\'click.namespace\')
My problem is that I\'m trying to call 2 functions in my addEvent, but it\'s not possible I think. I am developing a forum,and one of that function is for the subforum, and the other are for answers,
Is it possible to extend the addEvent function in mo开发者_如何学Pythonotools to do something and also calls the normal addEvent method? Or if someone has a better way to do what I need I\'m all years
I want to put a form with input field and submit button inside a Google Maps API (v3) InfoWindow. When submitted I would like to call a开发者_StackOverflow中文版 function that initiates the direction
I开发者_如何学运维 am trying to assign an event handler to a class I have created in Mootools but I cannot seem to access any of the variables that I created for the class. Like so:
I am fairly new to MooTools and I\'m just a little confused about how to use it and would like a few pointers.
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 ope
Can anybody help me, I need something like http://web-kreation.com/demos/login_form_mootools_1.2/, just mush simpler, when I click 开发者_StackOverflowon one div ( login in this case) just to show oth
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
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?