DotNetShoutout - Stories tagged with jQuery
10
Shouts

4 Must-Read Jquery Tutorials For Beginner

published 1237 days, 18 hours, 41 minutes ago posted by henriwijayahenriwijaya 1239 days, 16 hours, 36 minutes ago
Saturday, January 02, 2010 12:51:52 PM GMT Thursday, December 31, 2009 2:56:31 PM GMT
Here is 4 best jquery tutorials for beginner on the internet for you!! Getting friendly with jQuery (A beginners guide + added auto TOC generation + text entry limit) jQuery for Absolute Beginners: The Complete Series – Basix (VIDEO TUTORIALS) jQuery Tutorials for Designers And here's jquery complete documentation in chm format : jQuery documentation (CHM) (more)
category: Web Dev | clicked: 0 | comment | | source: psdcollector.blogspot.com
tags: jQuery
9
Shouts

A jQuery-Room for RadioGroups

published 1236 days, 17 hours, 58 minutes ago posted by tomgroegertomgroeger 1240 days, 7 hours, 46 minutes ago
Sunday, January 03, 2010 1:34:59 PM GMT Wednesday, December 30, 2009 11:46:39 PM GMT
One thing I always stumbled upon was the use of Radio buttons; like Check buttons they can be checked or not, but unlike them they can be combined to a Radio group that returns a value. So, finally I came across this problem once too many and sat down to write a jQuery plug-in ... (more)
category: Web Dev | clicked: 0 | comment | | source: www.tomsoft.de
tags: JavaScript, jQuery
8
Shouts

Fun with jQuery clone() and animate()

published 1239 days, 18 hours, 5 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 1241 days, 17 hours, 21 minutes ago
Thursday, December 31, 2009 1:27:34 PM GMT Tuesday, December 29, 2009 2:12:12 PM GMT
While going through the jQuery API documention, I realised that I have not tried my hands at many of its wonderful functions. So I thought of doing something creative with clone() and animate() functions. (more)
category: Web Dev | clicked: 0 | comment | | source: 2leggedspider.wordpress.com
tags: jQuery
10
Shouts

Jquery For Beginner : Something You Need To Know About $

published 1240 days, 17 hours, 19 minutes ago posted by henriwijayahenriwijaya 1242 days, 13 hours, 29 minutes ago
Wednesday, December 30, 2009 2:13:47 PM GMT Monday, December 28, 2009 6:03:49 PM GMT
Jquery dolar sign often confuses people who are new to Jquery.In this tutorial i'm going to show you if the dolar sign is not something weird. You all know when we want to take elements and do some actions in Jquery we must write code like this: $(function(){ $('div').css({width:'50px',height:'50px', background:'#333',margin:'5px'}); }) It tells jquery to find all div inside document body.You might be wondering now why do we use that weird '$' following by '("")' ? There's nothing w... (more)
category: Web Dev | clicked: 1 | comment | | source: psdcollector.blogspot.com
tags: jQuery
7
Shouts

jQuery Show/Hide Content

published 1241 days, 18 hours, 4 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 1242 days, 17 hours, 1 minute ago
Tuesday, December 29, 2009 1:29:13 PM GMT Monday, December 28, 2009 2:31:34 PM GMT
Here is a technique I normally use to show/hide a content in a div tag. This is quite an useful UI technique in situations where you have to show a Master-Child data, where the child data will be hidden initially and will be shown on demand on click on a image or button. (more)
category: UX | clicked: 0 | comment | | source: 2leggedspider.wordpress.com
tags: JavaScript, jQuery
5
Shouts

600+ Huge Collection Of Jquery Tutorials And Plugins

posted by henriwijayahenriwijaya 1244 days, 15 hours, 57 minutes ago
Saturday, December 26, 2009 3:35:41 PM GMT
I know there's a lot of good jquery tutorials scattered on the internet.And that's why i want to bring them all here so you can find them easily.Thanks to many authors who have ever written very good tutorials and also for their hard work. 25 Powerful and Useful jQuery Tutorials for Developers and Designers 55 Jquery Tutorials, Resources, Tips And Tricks: Ultimate Collection 95+ Exceptionally Useful jQuery Plugins, Tutorials and Cheat Sheets 50+ Amazing Jquery Examples- Part1 ... (more)
category: Web Dev | clicked: 1 | comment | | source: psdcollector.blogspot.com
tags: jQuery
10
Shouts

Top 17 jQuery Photo Slideshow / Gallery Plugins

published 1243 days, 17 hours, 26 minutes ago posted by https://me.yahoo.com/a/ljwEF04M2cKkeT6TH1mSXLqAANQd9FU-#6b89dhttps://me.yahoo.com/a/ljwEF04M2cKkeT6TH1mSXLqAANQd9FU-#6b89d 1246 days, 14 hours, 9 minutes ago
Sunday, December 27, 2009 2:06:50 PM GMT Thursday, December 24, 2009 5:23:34 PM GMT
Top 17 jQuery Photo Slideshow / Gallery Plugins24th December, 2009 Nowadays Image galleries, slideshows and sliders are becoming more popular. With the jQuery there are many plugins are available. In this post I have collected some of them most powerful and creative plugins using jQuery.Supersized – Full Screen Background/Slideshow jQuery Plugin Supersized is the full screen Background/Slideshow jQuery Plugin. It has amazing looks and transition effects. FeaturesResizes images to fill browser whil... (more)
category: Web Dev | clicked: 4 | 2 comments | | source: amolwable.com
tags: jQuery UI, jQuery, jQuery javascript
10
Shouts

Using jQuery Modal Dialog Confirmation with an ASP.NET Server Control - Nathan Bridgewater

published 1247 days, 10 hours, 50 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhshttps://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhs 1247 days, 16 hours, 38 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Wednesday, December 23, 2009 2:54:52 PM GMT
Preventing a postback and emulating a .NET click event using jQuery and custom dialog box. (more)
category: Web Dev | clicked: 8 | comment | | source: www.integratedwebsystems.com
tags: jQuery, C# .NET, ASP.NET
12
Shouts

Handling Exceptions using jQuery and ASP.NET MVC

published 1247 days, 10 hours, 50 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 1248 days, 20 hours, 34 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 10:58:25 AM GMT
Using AJAX has become one of the de facto practices in many web based RIAs. The use of jQuery is on the rise in many web applications, especially the ones built using ASP.NET MVC. Making AJAX calls using jQuery is quick and easy. A typical web request can have an expected response or an exception. It is therefore important to catch exceptions when we make any AJAX calls so that we can show some message which makes sense to the user. (more)
category: Web Dev | clicked: 0 | comment | | source: 2leggedspider.wordpress.com
tags: ASPNETMVC, jQuery, Ajax
7
Shouts

Check availability of Username using ASP.NET MVC and jQuery « The Curious

published 1252 days, 22 hours, 20 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 1253 days, 18 hours, 31 minutes ago
Friday, December 18, 2009 9:13:00 AM GMT Thursday, December 17, 2009 1:01:33 PM GMT
Here is a simple way to check if an Username is available using ASP.NET MVC and jQuery (more)
category: Web Dev | clicked: 3 | 1 comment | | source: 2leggedspider.wordpress.com
tags: ASP.NET MVC, jQuery, Ajax
9
Shouts

Mastering jQuery now available at TekPub | Encosia

published 1252 days, 22 hours, 20 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1254 days, 7 hours, 51 minutes ago
Friday, December 18, 2009 9:13:00 AM GMT Wednesday, December 16, 2009 11:41:48 PM GMT
If you haven’t been following the progress of Rob Conery and James Avery’s new venture, TekPub, you’ve been missing out on some great instructional videos. I especially like that they trend slightly Alt.NET, giving you more balanced information than is sometimes available from “official” .NET screencasts. For the past few weeks, I’ve been working with James to record a series of episodes for TekPub myself: Mastering jQuery. Mastering jQuery walks through the basics of using jQuery, the revolutionary Ja... (more)
category: Screencast | clicked: 1 | 1 comment | | source: encosia.com
tags: jQuery
11
Shouts

Jquery Collections

published 1253 days, 21 hours, 6 minutes ago posted by kirankkirank 1255 days, 19 hours, 43 minutes ago
Thursday, December 17, 2009 10:26:45 AM GMT Tuesday, December 15, 2009 11:50:16 AM GMT
DataGrids is one of the useful control to show data in tabular format with different different records & result, on gridView you can show as many as option which is very much useful for the end user, to handle with Data Grid and all , Here are some Data Grid Controls Devlope with ajax/dhtml/and javascript ExtJs Grid Phatfusion Sortable Table Kit 4.Unobtrusive Table Sort Script. 5.Yahoo UI Library’s DataTables. 6.Standardista Table Sorting 7.Mootable ... (more)
category: Web Dev | clicked: 0 | comment | | source: webdevlopementhelp.blogspot.com
tags: jQuery, Ajax
2
Shouts

How to, Jquery DatePicker Enable, Disable, Remove, attach

posted by PraveenPraveen 1261 days, 22 hours, 11 minutes ago
Wednesday, December 09, 2009 9:21:56 AM GMT
After worked with Jquery and their related plug ins in the web applications thought of writing nice posts on rare findings. In some requirements we need to attach and remove the datepicker to a control or to a division. So, how to attach datepicker to a control or div dynamically… After read the jquery datepicker documentation, got to know the way to do that. The same case with Remove, enable, disable… So, below are the ways to do them. Attach: $(".datepicker").datepicker(); Remove: $(".... (more)
category: Web Dev | clicked: 5 | comment | | source: praveenbattula.blogspot.com
tags: jQuery, DatePicker
3
Shouts

Daily tech links for .net and related technologies - December 5-6, 2009 - Sanjeev Agarwal

posted by sanjeevanasanjeevana 1265 days, 14 hours, 13 minutes ago
Saturday, December 05, 2009 5:20:17 PM GMT
Resolving ASP.NET Web.Config Inheritance, ASP.NET MVC 2 Part 3 – Creating a Data Model with NHibernate, Handling PartialView ViewData that is unrelated to the ViewData in the parent View in ASP.NET MVC, What Are Anti Cross-site Request Forgery Tokens And What Are They Good For?, Overriding the HTTP Verb in ASP.NET MVC 2, Rendering an RDLC directly to the Response stream in ASP.NET MVC, Mobile Device Detection and Redirection Using ASP.NET/MVC, jQuery 1.4 Live() Form Submit Support, Enable And Dis... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Silvelight, SQL, Web Service, UX, Agile, jQuery, Architecture, Ajax, ASP.NET
4
Shouts

Daily tech links for .net and related technologies - December 3-4, 2009 - Sanjeev Agarwal

posted by sanjeevanasanjeevana 1267 days, 15 hours, 33 minutes ago
Thursday, December 03, 2009 3:59:59 PM GMT
Working With Client ID In ASP.NET 4, T4CSS: A T4 Template for .Less CSS With Compression, Understanding Partial Views in ASP.NET MVC Application, MVC Turbine v2.0 RTM, How to Reduce Javascript Libraries Loading Time: Best Practice, Removing Unnecessary HTTP Headers in IIS and ASP.NET, HTTP Headers for Dummies, Web Application Performance: CSS Data URIs (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Silverlight, SQL, Web Service, UX, Agile, jQuery, Architecture, Ajax, ASP.NET
8
Shouts

How to automatically track events with Google Analytics and jQuery

posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1268 days, 8 hours, 5 minutes ago
Wednesday, December 02, 2009 11:27:21 PM GMT
This article examines a way to use the Google Analytics Tracking API combined with jQuery to automatically track events on your site that the normal analytics script doesn't see. (more)
category: Smart Client | clicked: 0 | comment | | source: runtingsproper.blogspot.com
tags: analytics, Google Analytics, article, JavaScript, jQuery
10
Shouts

NovoGeek.com - Krishna's weblog | Client side localization in ASP.NET using jQuery

published 1267 days, 22 hours, 26 minutes ago posted by novogeeknovogeek 1270 days, 3 hours, 21 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Tuesday, December 01, 2009 4:11:50 AM GMT
Localization is a very important feature required in medium-large scale business applications. As always, ASP.NET makes developers life easy by providing inbuilt localization mechanism. However, if you are building a rich client side app using JavaScript/jQuery, you may need to fetch error messages and other strings from locale specific external file, without post back. This article gives pointers to implement client side localization in ASP.NET using jQuery. (more)
category: Web Dev | clicked: 0 | comment | | source: www.novogeek.com
tags: jQuery
16
Shouts

131 jQuery Snippets for Visual Studio 2010

published 1268 days, 19 hours, 44 minutes ago posted by http://john-sheehan.com/http://john-sheehan.com/ 1270 days, 13 hours, 1 minute ago
Wednesday, December 02, 2009 11:48:50 AM GMT Monday, November 30, 2009 6:31:54 PM GMT
A new OSS project to create code snippets for Visual Studio 2010 for use with jQuery. There are 131 so far. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: john-sheehan.com
tags: Visual Studio 2010, jQuery, code snippet
Previous 1 2 ... 6 7 8 9 10 11 12 13 14 15 Next