jQuery – Easy ticker plugin

Easy ticker is a jQuery plugin to add news ticker like vertical scroll effect to lists. It is highly customizable and flexible with lots of features and works in all browsers. Two directions available (Up and down). Can be targeted on any template. Flexible API for extending to various applications. Supports ‘easing’ functions. Mouse pause […]

jQuery News Ticker with Responsive Design

The eocNewsticker is a simple and lightweight jQuery news ticker plugin with responsive & clean design. The plugin generates horizontal breaking news bar that scroll right to left. It can be used to animate links of latest news / posts of your website. The plugin can be fully customized with CSS and with its available […]

jQuery 3.6.4 Released: Selector Forgiveness

If you’ve been following along with recent jQuery releases, we have been working on how to address the recent addition of some new selectors in browsers, especially :has. jQuery 3.6.3 settled on the strategy of using native CSS.supports to determined whether a selector should be passed directly to querySelectorAll or instead go through jQuery’s selector […]

jQuery 3.7.1 Released: Reliable Table Row Dimensions

jQuery 3.7.1 has been released! This release fixes a regression from jQuery 3.6.0 that resulted in rounded dimensions for <tr /> elements in Chrome and Safari. Also, a (mostly) internal Sizzle method, jQuery.find.tokenize that was on the jQuery object was accidentally removed when we removed Sizzle in jQuery 3.7.0. That method has been restored. As […]