Using the .call() method in a Javascript object to call methods from another object
So I have an object called toolset that I use to encapsulate some methods that other objects can use. For example I have a method to send an ajax request […]
So I have an object called toolset that I use to encapsulate some methods that other objects can use. For example I have a method to send an ajax request […]
Edit: So it seems I need to do more research on my posts :P. As it turns out there is a readonly attribute for the input tag. you can simply […]
I built this little tool just because 🙂 URL Encoder Decoder Github
I made this little tool because i wanted to play a little bit with the canvas in html5 it is a bit simple but useful. I have put the code […]
The other day I was using jQuery chained methods and realized that I had no idea how or why this works. I figure it would be very nice if I […]
I was working on some Ajax on a project and while debugging I noticed that my responses where exactly the same. Now, I know cashing is important to improve efficiency but […]