-
Recent Posts
Recent Comments
- moncler jacken on Simple Animated Content Slider with jQuery
- Ahmad on (Android) PhoneGap Cordova 1.5 menubutton and searchbutton with jQuery Mobile
- Mike Panter on (Android) PhoneGap Cordova 1.5 menubutton and searchbutton with jQuery Mobile
- Jan on (Android) PhoneGap Cordova 1.5 menubutton and searchbutton with jQuery Mobile
- Danny on (Android) DroidGap Cordova 1.5 – Error with “Getting Started”
Archives
Categories
Meta
Tag Archives: javascript
Simple Animated Content Slider with jQuery
Content sliders are fairly simple things to implement, as they can be built with using only a few basic pieces of html, css, and javascript ( if you are focusing development on css3, javascript is not needed at all ). … Continue reading
Posted in Uncategorized, Web Development
Tagged css, design, html, javascript, jQuery, web design
1 Comment
(Android) PhoneGap Cordova 1.5 menubutton and searchbutton with jQuery Mobile
Using PhoneGap (Cordova) 1.5, I ran into an issue with the physical buttons on the Android device, specifically I was trying to bind handlers to “menubutton”, “searchbutton”, and use them to navigate within a jQuery Mobile app. However, these buttons … Continue reading
Posted in Mobile Development
Tagged android, cordova, html5, javascript, jQuery, jquery mobile, mobile, phonegap
3 Comments
ScrollTo Anchor tags using jQuery
A quick jQuery plugin to over-ride/replace the jump-to action with a smooth-easing scroll action for anchored links. This will be updated with an option to set the duration jQuery Plugin (function($){ $.fn.weighAnchor = function() { this.each(function(){ $(this).click(function(){ var scrollTo = … Continue reading
Posted in Web Development
Tagged javascript, jQuery, web design, web development, xhtml
Leave a comment
TimeDrop Menus with jQuery
TimeDrop menu is a plugin for jQuery based on common drop-down methods, but allows for drop down menus that will persist until a timeout triggers them to close. This allows the user to jump off the menu for a short … Continue reading
Posted in Uncategorized, Web Development
Tagged css, javascript, jQuery, web design, web development, xhtml
Leave a comment