Popular searches

Searching for jquery



  • ASP.NET and JQuery - first example
    JQuery is another javascript library which eases javascript developemt - and it also (of course) includes some Ajax functionality. There are  a lot of cool client side plugins   and as soon as you have gotten the main Ajax communication working (not matter which helper library you choose), I bet you will soon enough be googling for cool GUI widgets as wel
  • The JQuery specifics
    As you might have noticed I am totally hooked on JQuery . As a Javascript library it's fantastic and I have therefore decided to use it for Ajax functionality as well.   For my experimental project http://www.findfreefonts.net I decided to use it and therefore this ASPCodeHeaderManager control got invented. It started as a way for me to get the document.ready scripts I created i
  • JQuery Curvy Corners
    #header0 { margin-bottom:1px; width:100%; color:#000000; padding:10px; border-bottom:2px solid #7F7F7F; border-right:1px solid #7F7F7F; height:50px; background: #16527D url(http://www.aspcode.net/articles/themes/default/images/bg-header.gif) repeat-x; vertical-align:top; color:#FFFFFF; table-layout:fixed; font-size:1.8em; font-
  • Timed Ajax calls with JQuery and ASP.NET
    This article is part of an article serie - please start by reading ASP.NET and JQuery - first example , JQuery and ASP.NET - lets involve ASP.NET   and Ajax loading animation with JQuery and ASP.NET . Now this is an exact port of the case we solved using Ajax.NET in this article . We want to periodically call our "timeserver" using Ajax calls a
  • JQuery and ASP.NET - returning classes with JSON
    This article is part of an article serie - please start by reading ASP.NET and JQuery - first example , JQuery and ASP.NET - lets involve ASP.NET   and Ajax loading animation with JQuery and ASP.NET   and Timed Ajax calls with JQuery and ASP.NET . Now we are gonn
  • A watermark texbox with JQuery and asp.net
    Finally I have managed to fix the search box here at aspcode.net. I upgraded CMS, changed the layout and everything but didn't manage to get everything up and running before by summer vacation. Anyway - have you tried the search box? It is one of those  watermark textboxes  - meaning it has a descriptive value (such as Search...) or a default value but when clicked (focus
  • Suckerfish menu with ASP.NET and JQuery
    This time I am giving you the ASP.NET code for creating a Suckerfish menu in ASP.NET. I really like the multiple level/hover shows next level type of menus like in these screenshots:       I keep trying to push for JQuery - not only is it small, wellwritten, MIT licensed (allows for use and distribution in commercial projecvts as well) but it's also a very comp
  • JQuery tree viewer in ASP.NET
    Here's a ASP.NET and JQuery based tree viewer example. I'm using Jörn Zaefferers treeview for the javascript tree rendering for the simple reason it's completely unobtrousive. You mark the tree up by regular ul/li structure - meaning if someone doesn't have Javascript activated (say a search en
  • ASP.NET and JQuery - updating templated controls with AJAH
    Continuing our serie on JQuery and ASP.NET we are now gonna create an interface looking like this: When selecting a filter we want to spawn an Ajax request and update only the table part of the interface: So far we have used ASHX handlers and returned JSON structures cont
  • JQuery and ASP.NET - lets involve ASP.NET
    In this example we create a table - and a span When clicked on the span an Ajax request shold be made - from the serverside the current minute should be returned - and the the current minute is label should be updated: Really easy and it's pretty much like the first Ajax example here at ASPCode.net - Starting with Ajax.NET  - meaning we (as opposed to the case with Ajax
  • Ajax loading animation with JQuery and ASP.NET
    Continued from part 2 of our serie on ASP.NET and JQuery .  Now lets add some animation when we are doing the ajax calls. First we add the image to the document - and place it where we want it to appear (in this example next to the minute label - which is the one to be updated) Current minute is
  • Visit our new JQuery and ASP.NET driven font database
    ion (great to get away from dark Swedish autumn) - however after that I have been working pretty hard on getting a "real" site up using JQuery and ASP.NET. And finally - while I  do know I have some more things to do before it's totally ready to fly - please visit the site fo
  • JQuery and function chaining
    I am learning new things about jQuery : function chaning is a really cool feature: test2