Here is an example of removing the last border in a list of elements.
Event.observe(window, "load", function() {
$$(".homepageContainer .upcomingEvents").last().setStyle({
border: 0
});
});
You can compare to jQuery by going here
Here is an example of removing the last border in a list of elements.
Event.observe(window, "load", function() {
$$(".homepageContainer .upcomingEvents").last().setStyle({
border: 0
});
});
You can compare to jQuery by going here
This entry was posted on June 12, 2008, 8:47 am and is filed under JavaScript, Prototype. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
Activity
Geir Freysson
Andrew DiFiore
zeming
Arun, Neil, shashwat
Eric, Fernando Zanatta, Jörn Zaefferer