[Proto-Scripty] Re: Cast a Class to Object

2012-12-20 Thread petrob
A class instance is an object, the result of the process when a Class is instantiated. I don't understand your question! Do you want to do something to a defined class constructor, or what? 2012. december 19., szerda 7:57:52 UTC+1 időpontban kstubs a következőt írta: Is there any way to take

[Proto-Scripty] Maybe missing an other document observe listener?

2012-12-20 Thread tab1ta
The code of the page is a bit confusing cause i made it by myself, but anyway, i have to make the mouseover and the mouseout event work together so i should probably had an event listener. Without it i tried to make it work but without success. The code is below: ?php require_once(tabs.php); ?

[Proto-Scripty] Re: Difference between $(el).writeAttribute('checked', true) and $(el).checked = true

2012-12-20 Thread MadDog
Bumping this. I am using 1.7. I have tried using writeAttribute on a single html element and seems to be doing the same thing mentioned. This only happens after I actually click on the checkbox if a refresh the page it works as normal, but once I click it stops working. Here is my code:

[Proto-Scripty] Re: Maybe missing an other document observe listener?

2012-12-20 Thread tab1ta
*I should probably add*... Il giorno giovedì 20 dicembre 2012 22:29:41 UTC+1, tab1ta ha scritto: The code of the page is a bit confusing cause i made it by myself, but anyway, i have to make the mouseover and the mouseout event work together so i should probably had an event listener.