$.fadeTo/fadeOut() operations on Table Rows in IE fail

Posted by: Rick Strahls WebLog, on 09 Nov 2009 | View original | Bookmarked: 0 time(s)

Heres a a small problem that one of customers ran into a few days ago: He was playing around with some of the sample code Ive put out for one of my simple jQuery demos which deals with providing a simple pulse behavior plug-in: $.fn.pulse = function(time) { if (!time) time = 2000; // *** this == jQuery object that contains selections $(this).fadeTo(time, 0.20, function() { $(this).fadeTo(time, 1); ...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: ASP.NET | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1098 | Hits: 66

Similar Posts

  • Accessing RadControls for ASP.NET Ajax items with WatiN(by using only the html elements) more
  • Implementing IEnumerable(Of T) and IEnumerable in Visual Basic.Net more
  • DFS for Webfarm Usage - Content Replication and Failover more
  • Generic Levenshtein edit distance with C# more
  • Care and Feeding Of Community Server more
  • Using TableAdapters and Transactions more
  • Use of INFORMATION_SCHEMA views to access temp tables. more
  • One situation where you must use pessimistic locks more
  • How to extend TableAdapter methods more
  • Unit Testing with Ordered Tests more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD