jQuery Archives - Nabtron Technology & Programming Guide Wed, 05 Oct 2011 16:35:47 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 https://i0.wp.com/nabtron.com/wp-content/uploads/2018/12/nabtron-icon-50.jpg?fit=32%2C32&ssl=1 jQuery Archives - Nabtron 32 32 13047128 How to remove arrows from superfish menu https://nabtron.com/how-to-remove-arrows-from-superfish-menu/ https://nabtron.com/how-to-remove-arrows-from-superfish-menu/#comments Tue, 04 Oct 2011 08:56:00 +0000 http://nabtron.com/?p=6478 Note: Joel updated me via comments about the recommended way of removing arrows from superfish menu. I’m quoting his comment here. The recommended way to do this is to set the “autoArrows” option to false when initialising Superfish. $(‘#yourmenu’).superfish({ autoArrows: false }); Check out the bottom of the page under the “options” tab on the […]

The post How to remove arrows from superfish menu appeared first on Nabtron.

]]>
https://nabtron.com/how-to-remove-arrows-from-superfish-menu/feed/ 2 6478
jQuery 1.6 released – 3rd may 2011 https://nabtron.com/jquery-1-6-released-3rd-may-2011/ https://nabtron.com/jquery-1-6-released-3rd-may-2011/#respond Mon, 02 May 2011 22:52:02 +0000 http://nabtron.com/?p=4204 jQuery.com has announced the availability of the latest version jQuery 1.6 for the users. There are many changes made to the jQuery core and many bugs fixed. There are various new features introduced too. According to official website they have already started working on the next version jQuery 1.7 and are welcoming suggestions from the […]

The post jQuery 1.6 released – 3rd may 2011 appeared first on Nabtron.

]]>
https://nabtron.com/jquery-1-6-released-3rd-may-2011/feed/ 0 4204
toggleClass – jQuery method for switching css classes https://nabtron.com/toggleclass-jquery-method-for-switching-classes/ https://nabtron.com/toggleclass-jquery-method-for-switching-classes/#respond Mon, 25 Apr 2011 08:38:00 +0000 http://nabtron.com/?p=4135 I was asked: Which jQuery method is used to switch between adding/removing one or more classes (for CSS) from selected elements? The answer to this query is .toggleClass() method of jQuery. For example, if we have a div like this: <div class="original">Some text here</div> Now if we add this to jquery: $("div.original").toggleClass("added") It will change […]

The post toggleClass – jQuery method for switching css classes appeared first on Nabtron.

]]>
https://nabtron.com/toggleclass-jquery-method-for-switching-classes/feed/ 0 4135