|
Block Shuffling effect using jquery
2008-06-08 07:14:00 Last time, I showed you how to navigate the content in various effect using jQuery. In this post, I’ll show you how can you generate the shuffle effect i.e one block moves under another block with sliding from the left. LIVE DEMO Now let’s look at the various code to perform this task. HTML and CSS code for ...SHARETHIS.addEntry({ title: "Block Shuffling effect using jquery", url: "http://roshanbh.com.np/2008/06-/block-shuffle-effect-jquery.ht-ml" });
Flexigrid for jQuery
2008-06-06 12:39:00 You want to create lightweight but rich data grids with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content? Then Flexigrid for jQuery is for you. Some of the features are “Resizable columns”, “Resizable height and ...
3 mistakes to avoid when using jQuery with ASP.NET AJAX
2008-06-05 10:12:00 Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them.
By: Dave Ward's Blog
How to make accordion menu using jquery
2008-06-01 11:57:00 Last time, I’ve shown how to create accordion using jquery. But, In this post I’ll show you how can you create fancy accordion menu using jQuery. In this post, you’ll see two examples of accordion. First menu’s visibility get’s toggled on clicking on the header while the another menu’s visibility get’s toogled when mouse is ...SHARETHIS.addEntry({ title: "How to make accordion menu using jquery", url: "http://roshanbh.com.np/2008/06-/accordion-menu-using-jquery.ht-ml" });
Using jQuery to directly call ASP.NET AJAX page methods
2008-05-29 10:48:00 An example of how to use jQuery to call an ASP.NET AJAX page method, without using a ScriptManager.
By: Dave Ward's Blog
Tutorial | How to Load In and Animate Content with jQuery
2008-05-26 22:51:00 In this tutorial we will be taking your average everyday website and enhancing it with jQuery. We will be adding ajax functionality so that the content loads into the relevant container instead of the user having to navigate to another page. We will also be integrating some awesome animation effects. Read Tutorial ...
Tutorial | Create a Cool Animated Navigation with CSS and jQuery
2008-05-22 13:29:00 Animation and visual feedback are great ways to assist a user in navigating and interacting with a website. While traditionally Adobe’s Flash was the goto for anything animated, these days with the magic of javascript we can avoid Flash altogether. Today we’re going to build a really cool animated navigation menu using just CSS and ...
Menu inspirado en los efectos producidos por MooTools usando jQuery
2008-05-12 20:44:00 Un agradable menú inspirado en los efectos logrados por MooTools, salvo que esta vez basado en jQuery. El tutorial es muy simple de seguir, aunque podremos descargar el ejemplo completo para estudiarlo desde casa, conocer como funciona, o para usar rápidamente en tus proyectos. Ver Demo - Mas info y descarga nettuts Compartelo
By: Xyberneticos
Generar vistas previas y tooltip con jquery
2008-05-09 07:20:00 Seguramente conocerán Snap Shots, un servicio online que nos permite generar vistas previas de los enlaces que se dirigen a una Web determinada. Pues hoy en cssglobe puedo ver un simple Script jQuery que nos permitirá básicamente lograr algo similar, pero personalizado a nuestro gusto y sin necesidad de contar con servicios externos, algo que ...
By: Xyberneticos
Animated content navigation effect using jquery
2008-05-08 08:58:00 dzone_url = "http://roshanbh.com.np/2008/05-/animated-content-navigation-jq-uery.html";var dzone_style="2";I always get bored with the same stuffs. And, I see same kind of content navigation to the different websites. Click a link, let’s the whole web page gets loaded and new page gets displayed. It would be better to show another content in the same page with few animation without loading the whole ... SHARETHIS.addEntry( { title: "Animated content navigation effect using jquery", url: "http://roshanbh.com.np/2008/05-/animated-content-navigation-jq-uery.html" } );
Cheat sheet for jQuery
2008-05-04 22:00:00 Here is a cheat sheet for jQuery that I found at edocr. I have just printed this one page overview which should prove very useful over the coming weeks (and months!). There are others to check out, such as a CSS help sheet. I just searched edocr for 'nursing', but there is nothing listed. ...
Ajax login validation in PHP using jQuery?s fading effect
2008-04-24 12:57:00 Last time, I’ve showed you how to check user availability in Ajax using jQuery’s fading effect. But I’ve just shown the example without connecting the database and some people have faced problem with database connecting solution of that problem.In this post, I’ll show you how to use Ajax login validation in php using jQuery and ... SHARETHIS.addEntry( { title: "Ajax login validation in PHP using jQuery’s fading effect", url: "http://roshanbh.com.np/2008/04-/ajax-login-validation-php-jque-ry.html" } );
Spoiler Revealer ? Ocultar contenido adicional con jquery
2008-04-21 09:14:00 Fade-in Spoiler Revealer, es una agradable técnica que veo en css-tricks, en la cual usando jQuery podremos ocultar o mostrar toda la parte de un texto y sustituirla por un " revelar contenido adicional" o ?seguir leyendo?. Inclusive al Mostar el contenido oculto, se produce un efecto desvanecimiento que lo hace ver muy bonito. Queda ...
By: Xyberneticos
Menu Kwicks con jQuery
2008-04-19 09:51:00 Debo admitir que a lo largo del tiempo he conoció cantidad de menú que podríamos usar en nuestros proyectos. Cantidad de diseños y sobre todos efectos. Algo así como un menú adecuado para cada proyecto que nos encontremos encarando. Pero dentro de todos los que he probado o dentro de todos los diseños que me ...
By: Xyberneticos
jQuery virtual tour - Para crear visitas virtuales
2008-04-17 09:30:00 jQuery virtual tour una extensión para simple panorama viewerr que nos permite jugar un poco más con jQuery añadiendo interactividad al transformar algunas vistas panorámicas en una visita virtual. jQuery virtual tour tiene la particularidad de ser accesible y puede funcionar incluso si el javascript no se ha activado. Para la ...
By: Xyberneticos
Textbox to accept only numbers (digits) using jquery
2008-04-16 19:33:00 dzone_url = "http://roshanbh.com.np/2008/04-/textbox-accept-only-numbers-di-gits.html";var dzone_style="2";Few days back, my friend Parleen asked me how can we make a textbox which just accepts only numbers specially digits only. And, for his I come up with this solution of textbox which only accepts digits, and if you try to enter any alpha bates in it then it displays the error message ... SHARETHIS.addEntry( { title: "Textbox to accept only numbers (digits) using jquery", url: "http://roshanbh.com.np/2008/04-/textbox-accept-only-numbers-di-gits.html" } );
jQuery Tutorials for Designers
2008-04-14 17:10:00 This article contains 10 visual tutorials intended for web designers and newbies on how to apply Javascript effects with jQuery. In case you don?t know about jQuery, it is a “write less, do more” Javascript library. It has many Ajax and Javascript features that allow you to enhance user experience and semantic coding. Since these ...
Blink and bounce effect on image or object using jquery
2008-04-11 18:56:00 Yesterday, Sushil asked me how can we bounce and blink an image or div using jQuery.In this post, I”ll show you how you can add bounce or blink effect to an image or div using jQuery. SHARETHIS.addEntry( { title: "Blink and bounce effect on image or object using jquery", url: "http://roshanbh.com.np/2008/04-/blink-bounce-effect-image-jque-ry.html" } );
Username availability checking in ajax and php using jquery?s fading effect
2008-04-05 18:53:00 In this post,I’ll show you how to make a fancy username availability checking in ajax and php using jquery.When, you check the the username avaiability a fancy message box will show you the message with a little bit of animation. SHARETHIS.addEntry( { title: "Username availability checking in ajax and php using jquery’s fading effect", url: "http://roshanbh.com.np/2008/04-/check-username-available-ajax--php-jquery.html" } );
jQuery Plugins and the repository
2008-04-03 13:37:00 It is cool and amazing. jQuery is a light weight JavaScript library that does some awesome jobs in event handling, animation and Ajax interactions on a HTML file. They call it "The Write Less, Do More" JavaScript library which can do wonders if at all you are bothered about code optimization and adding some cool effects to your webpage. It is little complex but small and very powerful, lets take a look at following code:$(document).ready(function-() {$("#Jmenu ul").hide();$("#Jmenuli").filte-r("[ul]").hover(function(){$(th-is).children("ul").show("slow")-;},function(){$(this).children(-"ul").hide("slow"); });});The first line gets it ready for the Action. The second line searches for ul structures inside the parent ul with't forget to add jquery.js file in your html file, it can be found on their site. Now if I had to write the same code using typical JavaScript it would be hundreds of lines of code to get the same effect. That was just a small example of what jQuery can do, needless to...
How to make accordion using jquery and css
2008-03-30 13:07:00 Last time I’ve written an article about how to make expand-collapse toggle pane using jQuery. Now, this time I’ll show you how to make accordion using jQuery.An accordion is a toggle pane where one pane slides down the other pane slides up. SHARETHIS.addEntry( { title: "How to make accordion using jquery and css", url: "http://roshanbh.com.np/2008/03-/make-accordion-using-jquery.ht-ml" } );
How to call php from ajax in every second using Jquery
2008-03-27 18:58:00 Few days ago, Mike emailed me and asked me how can i call a server script( php file) from jQuery in every second.Since, there was no built-in mechanism for this in jQuery, I came up with this solution of displaying time of server using Ajax, PHP and jQuery. SHARETHIS.addEntry( { title: "How to call php from ajax in every second using Jquery", url: "http://roshanbh.com.np/2008/03-/call-php-ajax-every-second-jqu-ery.html" } );
Using jQuery to Consume ASP.NET JSON Web Services
2008-03-27 09:00:00 An overview of consuming ASP.NET web services that are JSON serialized by the ASP.NET AJAX extensions, including a specific example of using jQuery to do so.
By: Dave Ward's Blog
[PHP + jQuery + ACD]: Checks For Server Status
2008-03-25 15:01:00 I once wrote a tutorial about checking server availability, using PHP and jQuery. However, due to not-so-proper testing, I didn’t noticed that the script did not actually work. Cross domain problem slipped my mind. So here, once again I’m writing on the same topic but this time not just PHP and jQuery. I’ll be using AJAX ...
By: World Of Mine
Expand-collapse toggle pane using jquery
2008-03-25 12:45:00 In this post, I’ll show you how easy it is to show expandable and collapsible toggle panel using jQuery. When you click on the heading, the content gets displayed by sliding and when you again click on the heading again, it gets collapsed. SHARETHIS.addEntry( { title: "Expand-collapse toggle pane using jquery", url: "http://roshanbh.com.np/2008/03-/expandable-collapsible-toggle--pane-jquery.html" } );
jQuery Validation Plugin
2008-03-23 23:21:00 We start to see several plugins in the web based on the jQuery library. I have the chance today to work a bit with a plugin called: jQuery Validation Plugin by Jörn Zaefferer - which enable you to apply client validation to your web forms using jQuery. To get started, you have to download the plugin files from this link. And sure the jQuery library as well: jQuery 1.2.2+. Then, you should have: jquery.validate.js and jquery.js files reside on your project somewhere and linked in your markup.The following sample is the simplest one. You use the selector to get the form element. Then, you call the validate function.<script language="text/javascript&-quot;> $(document).ready( function() { - $("-;#simpleSignUp").validate(-); }</script>In this case, you will have to set some predefined metadata in the class attribute of the elements telling the library the required rules to apply...
By: Nour's Space
[PHP + jQuery ThickBox]: AJAX Login
2008-03-22 03:40:00 I’ve just found out about jQuery thickBox which allows you to open a small window and disabled your current browser. There are some sites have been using this function nowadays. You can view some examples at thickBox’s own page as well at ajaxDaddy. Here I’m going to show how to create an AJAX login using thickBox ...
By: World Of Mine
jQuery - Selector: Styling Next Cell
2008-03-21 18:36:00 tutorial php about how to give style next cell
jQuery - Selector: Styling Sibling
2008-03-21 18:23:00 tutorial php about how to give style to selected row
jQuery - Selector: Modify Style for Table Header
2008-03-21 18:10:00 tutorial php about how to style table header use jQuery
jQuery - Selector: Choose a Style at Custom Selectors
2008-03-21 17:57:00 tutorial php about how to choose a style at custom selector for jQuery
jQuery - Selector: Custom Selectors
2008-03-21 16:27:00 tutorial php about custom selectors at jQuery
jQuery - Selector: Styling Sub Level Item
2008-03-21 15:18:00 tutorial php about how to style sub level item
jQuery - Selector: Modifying Style at List Item Levels
2008-03-21 14:24:00 tutorial php about how to modify style at list item level use jQuery
jQuery - Selectors: Understanding The $() Factory Function
2008-03-21 13:46:00 tutorial php about the $() factory function
Displaying different color in alternate row using jquery
2008-03-17 19:24:00 Most of the tabular data are organized in such a manner that they are easy to read. And for this, most of the developers use different color to highlight the different row.There are various method of displaying different row in different color but here I’m going to use the most simple method using jQuery. SHARETHIS.addEntry( { title: "Displaying different color in alternate row using jquery", url: "http://roshanbh.com.np/2008/03-/different-color-alternate-row--jquery.html" } );
Image hover effect using jQuery
2008-03-15 17:53:00 In this post, I’ll show you how to make a image hover effect using “div” in jquery.Take a look at a telebid.com if you put the mouse over the bid button it will be changed to login and afterwards it become bid button. SHARETHIS.addEntry( { title: "Image hover effect using jQuery", url: "http://roshanbh.com.np/2008/03-/image-hover-effect-jquery.html-" } );
Jquery : Benefits, Examples and Free E-book
2008-03-13 12:18:00 What is jQuery? Directly taken from the website of jQuery -” jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages”.It is basically a JavaScript framework for writing huge task of JavaScript with few lines of code. SHARETHIS.addEntry( { title: "Jquery : Benefits, Examples and Free E-book", url: "http://roshanbh.com.np/2008/03-/jquery-benefits-examples-free--ebook.html" } );
Simple JQuery Lightbox
2008-03-12 07:13:00 Plugin Status Stable Author Gyome314 Version 0.3 Plugin Home Visit Author Homepage Visit Download Visit Plugin License GPL Description : Insertion de la librairie lightbox (avec JQuery) pour un effet popup automatique sur vos image Fonte: ShareThis
By: Wp Wordpress
jQuery Carousel
2008-03-04 18:15:00 jCarousel Riding carousels with jQuery jCarousel is a jQuery plugin for controlling a list of items in horizontal or vertical order. The items, which can be static HTML content or loaded with (or without) AJAX, can be scrolled back and forth (with or without animation). Share This
A Drupal Reference, jQuery in Action
2008-03-04 02:26:00 Well, Drupal's visibility is surely rising. I bought a jQuery book for reading on the long flight home once Boston DrupalCon, 2008 is over (yes, I will blog about it later). In jQuery in Action in the introduction, the author is giving examples how jQuery is taking the JavaScript world by storm, 'winning the support of major websites such as MSNBC, and well regarded open source projects including SourceForge, Trac and Drupal' (emphasis added).Three cheers for Drupal and for the start of another great DrupalCon. read more
By: Tech-Wanderings
Multiple File Upload plugin for jQuery
2008-02-27 08:05:00 jQuery.MultiFile is a plugin for jQuery to help users easily select multiple files for upload in a concise quick and easy manner. Share This
jQuery Cycle Plugin, Para crear slideshow muy bonitos con tus imágenes
2008-02-27 06:18:00 jQuery Cycle Plugin es un plugin muy liviano que nos permitirá jugar bastante con nuestras imágenes, para ser exactos, crear bonitos slideshows con ellas. Cycle Plugin es una mezcla de varios plugin, ya que se basa en InnerFade Plugin por Torsten Baldes, Slideshow Plugin por Matt ...
By: Xyberneticos
jQuery for Designers
2008-02-19 13:36:00 A great blog with really helpful tutorials to learn “how easy it is to apply web interaction using jQuery”.
jQuery rocks.
2008-02-17 00:00:00 So I had a simple task that I wanted done with minimal code. I wanted to basically update the copy of dynamically generated images every few minutes. So, within a function that gets called every minute I wrote this: $('img').each( function() { $(this).attr('src',$(this).attr-('src')); } ); So easy, it should be illegal.....Read More..
By: Just-Another.Net
jQuery Reference Guide
2008-02-07 00:00:00 ISBN-10 : 1847193811 ISBN-13 : 9781847193810 Edition : Publisher : Packt Publishing Publication Date : 2007-08-03 Author : Karl Swedberg; Jonathan Chaffer Pages : 268 Description : This detailed reference guide to jQuery, an open-source JavaScript library that shields web developers from browser inconsistencies, simplifies adding dynamic, interactive elements, and reduces development time, covers the syntax ...
jQuery Ajax Rater Plugin
2008-02-06 20:23:00 This rater is based on the code Ritesh Agrawal did. Unfortunatly his CSS and the hover technique breaks in some browsers. So i thought, why not use the best CSS star-rater known to man kind and throw it in the mix. Share This
jQuery Sifr Plugin
2008-02-05 12:43:00 jQuery Sifr Plugin lets you dynamically replaces in a page with CSS-styled Flash Scalable Inman Flash Replacement (sIFR)s using native jQuery functionality, along with the jQuery Flash plugin. jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML, allowing you to easily include many components that enrich and benefit the developer’s ...
WP JQuery Dropdown Menu
2008-02-01 13:39:00 Plugin Status Stable Author Jamie Version 0.2 Plugin Home Visit Author Homepage Visit Download Visit Plugin License N/A Description : Creates a navigation menu of pages with drop Fonte: ShareThis
By: Wp Wordpress
|



