Tools & Buttons
Invite
About us & Contact
Login
Sign Up
home
post a link
popular links
upcoming links
spy
Lastest JQuery links
1
votes
vote it
voted
Best jQuery plugins for working with Twitter
Spider84
7 days, 16 hours ago
ajaxline.com —
Today we presents collection of jQuery plugins for working with Twitter.
more...
add comment
|
JQuery
| views: 50
1
votes
vote it
voted
25 Excellent jQuery Tutorials for Navigation Menu
jMan
9 days, 22 hours ago
acrisdesign.com —
Lots of cool effects can be achieved using jquery so today we just started our tutorial series on Jquery starting with navigation menu. In upcoming days will write some tutorials on jquery for our re...
more...
add comment
|
JQuery
| views: 14
1
votes
vote it
voted
Web 2.0 | Did you know.. How to develop Jquery Plugin?
farooq.kaiser
13 days, 1 hour ago
fairnet.com —
jQuery is a lightweight cross-browser JavaScript library. It is very easy to build a plugin that can extend the jquery functionality and that Plugin can be reused. Here is Jquery plugin structure. 1:...
more...
add comment
|
JQuery
| views: 30
1
votes
vote it
voted
Web 2.0 | Did you know.. How to download file from web service using J
farooq.kaiser
16 days, 2 hours ago
fairnet.com —
Here is our Web service in C#. 1: [WebMethod] 2:publicvoid DownloadFile(string fileName) 3: { 4: HttpContext returnContext = HttpContext.Current; 5:string url = "http://localhost" + @"/" + fileName; ...
more...
add comment
|
JQuery
| views: 27
1
votes
vote it
voted
Best jQuery plugins - February 2010
Spider84
16 days, 2 hours ago
ajaxline.com —
In this article we presents collection of best jQuery plugins for February 2010.
more...
add comment
|
JQuery
| views: 32
1
votes
vote it
voted
Implementing a jQuery Modal Window in ASP.NET : Misfit Geek
jMan
1 month, 17 days ago
misfitgeek.com —
Controls like the Modal Dialog Extender Control are convenient when they do when we want them to do but when they don’t there is no reason not to “roll our own” functionality. In this case I’ve buil...
more...
add comment
|
JQuery
| views: 119
1
votes
vote it
voted
jQuery Show/Hide Content « 2LeggedSpider
jMan
2 months, 9 days ago
2leggedspider.wordpress.com —
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 hid...
more...
add comment
|
JQuery
| views: 64
2
votes
vote it
voted
Popular-on-Twitter Widget: Topsy-enabled jQuery Plugin
MikeMore
2 months, 9 days ago
moretechtips.net —
Another Topsy-enabled jQuery plugin to list the most popular posts on your website, from your Twitter timeline or for some keyword within a selected period of time.
more...
add comment
|
JQuery
| views: 168
1
votes
vote it
voted
.closest(Array) in jQuery 1.4
jMan
2 months, 16 days ago
ejohn.org —
A new method signature is slated for jQuery 1.4: .closest(Array). It builds upon the previous .closest() method and hyper-optimizes the logic needed for handling event delegation (and live events).
more...
add comment
|
JQuery
| views: 103
2
votes
vote it
voted
Best jQuery Plugins - November 2009
Spider84
2 months, 14 days ago
ajaxline.com —
In this article we presents review of best jQuery plugins for November 2009.
more...
add comment
|
JQuery
| views: 191
1
votes
vote it
voted
Binding Multiple Events to Reduce Redundancy with Event-Delegation Too
jMan
2 months, 23 days ago
learningjquery.com —
Last time I showed how to use event delegation to create a simple tooltip for a huge number of elements without running into the problem of binding an event handler to all of those elements. In this ...
more...
add comment
|
JQuery
| views: 72
1
votes
vote it
voted
jQuery: » jQuery 1.4 Alpha 1 Released
jMan
2 months, 16 days ago
blog.jquery.com —
Hot off the presses: jQuery 1.4 Alpha 1 is released! This is the first alpha release of jQuery 1.4. The code is stable (passing all tests in all browsers we support), feature-complete (we’re no longe...
more...
add comment
|
JQuery
| views: 222
1
votes
vote it
voted
Simple Tooltip for Huge Number of Elements » Learning jQuery
jMan
3 months, 8 days ago
learningjquery.com —
There are many, many jQuery tooltip plugins out there, and some of them are very good. But when someone on the jQuery Google Group asked (a year ago) which plugin could handle displaying tooltips for...
more...
add comment
|
JQuery
| views: 122
1
votes
vote it
voted
jQuery Snippets for Visual Studio 2010
jMan
3 months, 10 days ago
john-sheehan.com —
I love Visual Studio code snippets. I’ve always wished that Visual Studio had them for HTML and JavaScript so I was thrilled to see that feature added in VS2010. I also love jQuery. jQuery is shippin...
more...
add comment
|
JQuery
| views: 111
1
votes
vote it
voted
How to Add Functional Tooltips to your Form Elements Easily
jMan
3 months, 19 days ago
bloggingdeveloper.com —
I believe that tooltips are one of the most important and useful Javascript widgets on the web. Many libraries and plug-ins are available for jQuery that enable easy implementation of tool tips: qTip...
more...
add comment
|
JQuery
| views: 116
1
votes
vote it
voted
jQuery: » Announcing the Official jQuery Podcast
jMan
3 months, 23 days ago
blog.jquery.com —
On Wednesday night, Ralph Whitbeck and Elijah Manor recorded the first of many weekly episodes that aim to interview key members of the jQuery Community while bringing you the top news from the past ...
more...
add comment
|
JQuery
| views: 56
3
votes
vote it
voted
Inflecto Systems Blog - IQueryable: Sorting, Paging, Searching and Cou
Mary
3 months, 24 days ago
inflecto.co.uk —
To get around this we have developed a set of extension methods that support common functionality against IQueryable. The extension methods use reflection to get at the type and perform useful operat...
more...
add comment
|
JQuery
| views: 264
3
votes
vote it
voted
jQuery Calendar Plugin for Selecting Consecutive Days
jMan
3 months, 3 days ago
bloggingdeveloper.com —
Recently, we examined two jQuery date picker plugins: jQuery UI DatePicker Plugin and jQuery Date Range Picker Plugin. jQuery UI's Date Picker plugin enables users to select one and only one day from...
more...
add comment
|
JQuery
| views: 241
« Prev page
1
2
3
4
5
6
Next page »
Top stories
Top Vote
Top View
10
Web Dev .NET: jQuery Flexigrid Using C# 3.0 (.NET 3.5) & LINQ
8
6 Tips for Working with the ASP.NET AJAX Accordion Control
8
Object-Oriented Data Caching for Classic ASP
8
VS 2008 on Vista 64-Bit
7
Access JavaScript variables on PostBack using ASP.NET Code
7
Working With ASP.Net MVC Part 1 | Dev102.com
7
Tips & Tricks when working with jQuery and ASP.NET AJAX
7
HowTo Get Current Online Users Count and Infos with ASP.NET
7
Really Simple Testing for JavaScript - Tales from the Evil Empire
6
Saving a File Directly Into a MySQL Database
2143
jQuery MultiSelect
1902
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
1694
jQuery live() and ASP.NET Ajax asynchronous postback
1510
10 Best jQuery Menu Plugins
1276
Building Collapsible Panel Control using jQuery in ASP.Net Page
1238
C#: Convert a Generic List to a DataTable Using Reflection
916
No Character Encoding Declared at Document Level
913
Set Color of GridLines in Gridview
777
Show Images In GridView From DataBase in ASP.NET C# VB.NET
765
Up and Down Toggle slider using JQuery
Tags:
all tags
-
your tags
Ajax
algorithms
ApplicationsAndTools
ASP.NET
AspNet
Blog
BlogFlatforms
Blogging
BlogPlatforms
C#
css
data
Database
geocoder
Haversine
html
HtmlCss
immutable
Javascript
JQuery
MVC
open_source
PHP
priority
programming
queue
Resources
SearchEngineOptimazation
SEO
Silverlight
structures
Tips_And_Tricks
WebDesign
Technorati Profile