This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-04-12 06:19:53 +00:00
|
|
|
function g_weather(){
|
|
|
|
$('.gw_forecast').click(function(){
|
|
|
|
$('.gw_recent').toggle();
|
|
|
|
$('.gw_weekly').toggle();
|
|
|
|
return false;
|
|
|
|
});
|
|
|
|
}
|