Posts tagged: javascript

Accesing a page element using JavaScript

Posted by Ruben Canton on December 7, 2010 at 9:45 pm
categories Web standards

Lately I feel like making a master about selectors but I promise this is only a coincidence. When working with javascript we need to select the element we want to use and we have many ways to do so, I was wondering which one is the better to use so I wondered and found an [...]

 

Introduction to jQuery

Posted by Ruben Canton on December 6, 2010 at 9:36 pm
categories Web programming

To use jQuery we need to get the library from one of those sites hosting it, for example the JQuery project page, or use the Google Libraries API. We can call the online versions and save server resources or better have our own version to make sure it never goes off.
jQuery library has methods, selectors [...]

 

Asynchronous request with JavaScript: home-made AJAX

Posted by Ruben Canton on September 12, 2010 at 7:54 pm
categories Web programming

This is a translation from my original post in spanish. I hope you enjoy it!
A few days ago I was building a module that should make asynchronous requests to a webservice using javascript, in other words, the famous AJAX but manually made, without using any library. For those who do not know what AJAX is, [...]

 

How to throw a pop-up properly with Javascript

Posted by Ruben Canton on September 7, 2010 at 4:45 pm
categories Web programming, Web standards

This is a translation from my original post in spanish. Hope you enjoy it!
In some cases it can be useful for us and even more comfortable for the user to open a page in a pop-up on which to show the information. If we search in Google how to do it or read any javascript [...]

WordPress Themes