September 02, 2010
| Event | |
| Event | init |
| Apply event to | |
| If event execute |
$("#searchTerm").focus(function() {
if ($("#searchTerm").val() == "Search Tax Topics on easyIRS.com") $("#searchTerm").val("");
});
$("#searchTerm").blur(function() {
if ($("#searchTerm").val() == "")
$("#searchTerm").val("Search Tax Topics on easyIRS.com");
});
$("#btnSearch").css("cursor", "pointer");
$("#btnSearch").click(function() {
$("#frmSearch").submit();
});
|
Common IRS mistakes
AFTER YOU FILE and how to avoid them. more...
IRS Notices
What they mean and what to do about them. more...
Those "Pennies on the Dollar" Commercials Buyer Beware!! more...
| Event | |
| Event | init |
| Apply event to | |
| If event execute |
var deselectedColor = "#909090";
$("#panel-wrapper").everyTime("8s", "home", function() {
var visible = $(".panel:visible"); $(visible).hide(); var sibling = $(visible).find("+ .panel"); if ($(sibling).length > 0) $(sibling).fadeIn(2000); else $("#Panel1").fadeIn(2000); var tab = $(".panel:visible").attr("tab");
if (tab == "1") { $("#tab3").css("background-position", "-320px 8px"); $("#tab1").css("background-position", "0 -85px"); $("#tab1 .tabHeader").css("color", "#FFFFFF");
$("#tab1 .tabDetail").css("color", "#FFFFFF");
$("#tab2 .tabHeader").css("color", deselectedColor);
$("#tab2 .tabDetail").css("color", deselectedColor );
$("#tab3 .tabHeader").css("color", deselectedColor );
$("#tab3 .tabDetail").css("color", deselectedColor );
} if (tab == "2") { $("#tab1").css("background-position", "0 8px"); $("#tab2").css("background-position", "-161px -85px"); $("#tab1 .tabHeader").css("color", deselectedColor );
$("#tab1 .tabDetail").css("color", deselectedColor );
$("#tab2 .tabHeader").css("color", "#FFFFFF");
$("#tab2 .tabDetail").css("color", "#FFFFFF");
$("#tab3 .tabHeader").css("color", deselectedColor );
$("#tab3 .tabDetail").css("color", deselectedColor );
} if (tab == "3") { $("#tab2").css("background-position", "-161px 8px"); $("#tab3").css("background-position", "-320px -85px"); $("#tab1 .tabHeader").css("color", deselectedColor );
$("#tab1 .tabDetail").css("color", deselectedColor );
$("#tab2 .tabHeader").css("color", deselectedColor );
$("#tab2 .tabDetail").css("color", deselectedColor );
$("#tab3 .tabHeader").css("color", "#FFFFFF");
$("#tab3 .tabDetail").css("color", "#FFFFFF");
} }); $("#tab1").css("background-position", "0 -85px");
$("#tab2 .tabHeader").css("color", deselectedColor );
$("#tab2 .tabDetail").css("color", deselectedColor );
$("#tab3 .tabHeader").css("color", deselectedColor );
$("#tab3 .tabDetail").css("color", deselectedColor );
$("#tab1").click(function() {
window.location.href="/home/index/taxdebt/6-common-mistakes-slideshow";
});
$("#tab2").click(function() {
window.location.href="/home/index/taxdebt/irs-collection-notices-slideshow";
});
$("#tab3").click(function() {
window.location.href="/home/index/taxdebtcenter/taxdebt/pennies-on-the-dollar";
});
|
Tax News of the Week |
| More Individuals Forced to Withdraw Early from 401(k) more... |
Unemployment can be taxing. more... |
||
| Trouble with Homebuyer Credit? more.. |
Are you a contractor? Should you be an employee? more.. |
||
| Other Articles | Where's your refund?more... |
![]() |
|
|
Got an IRS Notice? CP2000 CP14 CP501 Not Listed? Search Here |
![]() |
|
| Free Account Transcript Analyzer |
|
![]() |
|












