Tools & Buttons
Invite
About us & Contact
Login
Sign Up
home
post a link
popular links
upcoming links
spy
Links recently tagged with 'JQuery'
1
votes
vote it
voted
Parse XML with Javascript - jParse: jQuery Plugin for Parsing XML
jMan
6 days, 3 hours ago
bloggingdeveloper.com —
jParse is a jQuery plugin for parsing XML that was fetched with the jQuery .ajax method. jParse is an easy-to-use and lightweight jQuery plugin which is compatible with:
more...
add comment
|
JQuery
| views: 14
1
votes
vote it
voted
Best jQuery plugins for working with Twitter
Spider84
14 days, 6 hours ago
ajaxline.com —
Today we presents collection of jQuery plugins for working with Twitter.
more...
add comment
|
JQuery
| views: 64
1
votes
vote it
voted
25 Excellent jQuery Tutorials for Navigation Menu
jMan
16 days, 12 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: 23
1
votes
vote it
voted
Web 2.0 | Did you know.. How to develop Jquery Plugin?
farooq.kaiser
19 days, 15 hours 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: 34
1
votes
vote it
voted
Web 2.0 | Did you know.. How to download file from web service using J
farooq.kaiser
22 days, 16 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: 33
1
votes
vote it
voted
Best jQuery plugins - February 2010
Spider84
22 days, 16 hours ago
ajaxline.com —
In this article we presents collection of best jQuery plugins for February 2010.
more...
add comment
|
JQuery
| views: 42
1
votes
vote it
voted
Implementing a jQuery Modal Window in ASP.NET : Misfit Geek
jMan
1 month, 24 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: 133
1
votes
vote it
voted
jQuery Show/Hide Content « 2LeggedSpider
jMan
2 months, 16 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: 73
2
votes
vote it
voted
Popular-on-Twitter Widget: Topsy-enabled jQuery Plugin
MikeMore
2 months, 16 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: 177
1
votes
vote it
voted
.closest(Array) in jQuery 1.4
jMan
2 months, 23 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: 110
2
votes
vote it
voted
Best jQuery Plugins - November 2009
Spider84
2 months, 21 days ago
ajaxline.com —
In this article we presents review of best jQuery plugins for November 2009.
more...
add comment
|
JQuery
| views: 198
1
votes
vote it
voted
Binding Multiple Events to Reduce Redundancy with Event-Delegation Too
jMan
3 months, 2 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: 74
1
votes
vote it
voted
jQuery: » jQuery 1.4 Alpha 1 Released
jMan
2 months, 23 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: 227
1
votes
vote it
voted
Simple Tooltip for Huge Number of Elements » Learning jQuery
jMan
3 months, 15 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: 128
1
votes
vote it
voted
jQuery Snippets for Visual Studio 2010
jMan
3 months, 16 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: 116
1
votes
vote it
voted
How to Add Functional Tooltips to your Form Elements Easily
jMan
3 months, 26 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: 120
1
votes
vote it
voted
jQuery: » Announcing the Official jQuery Podcast
jMan
4 months, 2 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: 58
3
votes
vote it
voted
Inflecto Systems Blog - IQueryable: Sorting, Paging, Searching and Cou
Mary
4 months, 3 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: 275
« 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
2172
jQuery MultiSelect
1942
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
1708
jQuery live() and ASP.NET Ajax asynchronous postback
1540
10 Best jQuery Menu Plugins
1314
Building Collapsible Panel Control using jQuery in ASP.Net Page
1276
C#: Convert a Generic List to a DataTable Using Reflection
935
No Character Encoding Declared at Document Level
925
Set Color of GridLines in Gridview
784
Show Images In GridView From DataBase in ASP.NET C# VB.NET
781
Up and Down Toggle slider using JQuery
Technorati Profile