DotNetShoutout - Stories tagged with jQuery
9
Shouts

What is jQuery Connect ? How to use jQuery Connect?

published 796 days, 3 hours, 11 minutes ago posted by dharadhara 796 days, 17 hours, 57 minutes ago
Monday, March 21, 2011 9:07:32 PM GMT Monday, March 21, 2011 6:20:40 AM GMT
This is a jQuery plugin that is used to connect / bind a function to another function. It is more of assigning a handler for another function. Connect is used to execute a function whenever a function from another object or plugin is executed. We can connect to an event of a DOM element too using this... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, jQuery, ASP.NET
7
Shouts

The basic things to know about Jquery before going to start it.

published 796 days, 3 hours, 11 minutes ago posted by deliciousdotnetdeliciousdotnet 796 days, 19 hours, 50 minutes ago
Monday, March 21, 2011 9:07:32 PM GMT Monday, March 21, 2011 4:27:51 AM GMT
Hi., In this article I would like to share the basics things of Jquery. JQuery Basics:                jQuery is a powerful JavaScript library that can enhance our websites with out             considering the background. JQuery was Created by John Resig, jQuery is an open-source project with a             dedicated core team of top-notch JavaScript developers. It provides a wide range             of features, an easy-to learn syntax, and robust cross-platform compatibility in             a s... (more)
category: Web Dev | clicked: 3 | comment | | source: deliciousdotnet.blogspot.com
tags: java script, ASP.NET MVC, jQuery, ASP.NET
10
Shouts

Script Junkie - Plugin to Data Binding with jQuery - Tim Kulp

published 797 days, 20 hours, 50 minutes ago posted by StevesSteves 799 days, 10 hours, 10 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:08:07 PM GMT
Today’s internet browser is a powerful application engine running the software of tomorrow. Data is flowing to the browser from all directions (online, local storage, etc…) with robust options for storage and retrieval. Unfortunately, JavaScript still lacks an easy way to display or interact with this data. In this artic... (more)
category: Web Dev | clicked: 2 | 2 comments | | source: msdn.microsoft.com
tags: JavaScript, jQuery
11
Shouts

MSDN Magazine: RIA Frameworks - Building Data-Centric Web Apps with ASP.NET MVC and Ext JS - Juan Carlos Olamendy

published 799 days, 9 hours, 4 minutes ago posted by iftekharahmedamitiftekharahmedamit 800 days, 6 hours, 30 minutes ago
Friday, March 18, 2011 3:14:29 PM GMT Thursday, March 17, 2011 5:48:31 PM GMT
A rich Internet application (RIA) combines the usability of a desktop app with the flexibility of Web-based deployment and revision. There are two key approaches to building RIAs. First, there are browser plug-ins that host execution environments such as Flash, Java and Silverlight. Second, there are JavaScript-based extension libraries such as Dojo, Ext JS, jQuery, MooTools, Prototype and YUI. Each approach has its advantages and disadvantages. JavaScript libraries are a popular choice for building RIA... (more)
category: Web Dev | clicked: 50 | comment | | source: msdn.microsoft.com
tags: ASP.NET MVC, YUI, Prototype, mooTools, Ext JS, JavaScript, jQuery, Dojo, MSDN Magazine, MVC, ASP.NET
5
Shouts

Upload Files In RAZOR With jQuery Uploadify Plugin

published 799 days, 9 hours, 4 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 801 days, 4 hours, 9 minutes ago
Friday, March 18, 2011 3:14:29 PM GMT Wednesday, March 16, 2011 8:09:24 PM GMT
A Few months back I wrote a post on how to use jQuery plugin Uploadify to upload single/multiple files without postback in ASP.NET. Now a few days back I was working on a demo project which is on MVC 3 Razor and I use the same plugin without any problems. But the files that are being uploaded are uploaded to the root folder instead of the folder I specified to upload the files. After a lot of head scratching, I was unable to find the actual problem as why the file was not being uploaded to the folder of ... (more)
category: Web Dev | clicked: 110 | 1 comment | | source: midnightprogrammer.net
tags: JQuery AJAX, MVC 3, jQuery, jquery aspnetmvc, Razor
9
Shouts

In what scenarios jQuery can be used? - Hima's blog

published 801 days, 34 minutes ago posted by kinj312kinj312 802 days, 17 hours, 24 minutes ago
Wednesday, March 16, 2011 11:44:10 PM GMT Tuesday, March 15, 2011 6:54:10 AM GMT
To apply CSS static or dynamic To call functions on events Crisscross the documents Manipulation purpose To add animation effects In all the cases we are using JavaScript can be replaced with jQuery in the projects. This can reduce maintenance. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: beyondrelational.com
tags: .NET, jQuery, ASP.NET
8
Shouts

Small jQuery plugin update: imgpreview

published 804 days, 21 hours, 12 minutes ago posted by jphellemonsjphellemons 807 days, 14 hours, 1 minute ago
Sunday, March 13, 2011 3:05:45 AM GMT Thursday, March 10, 2011 10:17:16 AM GMT
There is a nice jQuery plugin called imgpreview. It’s from James Padolsey. He made it back in 2009 but there is a minor bug in it which causes the rest of the jQuery to break on the page. (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.jphellemons.nl
tags: jQuery, javascript code snippet
9
Shouts

Create REST service with WCF and Consume using jQuery

published 806 days, 12 hours, 14 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 808 days, 6 hours, 49 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Wednesday, March 09, 2011 5:29:02 PM GMT
Code What is REST ? Rest=Representational state transfer which is an architecture design to represent the resources. Rest provide the uniform interface through additional constraints around how to identify resources, how to manipulate resources through representations, and how to include metadata that make messages self-describing. Rest is not tied with any platform and technology but WEB is only platform which satisfy the all constrain. So any thing you build using Rest constrain, you do it on Web ... (more)
category: Web Dev | clicked: 5 | comment | | source: pranayamr.blogspot.com
tags: REST service, jQuery
8
Shouts

jQuery 1.5 Visual Cheat Sheet – Antonio Lupetti

published 808 days, 9 hours, 31 minutes ago posted by StevesSteves 810 days, 2 hours, 34 minutes ago
Wednesday, March 09, 2011 2:46:54 PM GMT Monday, March 07, 2011 9:44:31 PM GMT
jQuery 1.5 Visual Cheat Sheet is the refined and updated version of my popular jQuery Cheat Sheet. The new edition includes all the reference you will ever need for jQuery 1.5 API. Download the PDF file or download it from Scribd.Download the Scribd Version (more)
category: Web Dev | clicked: 1 | comment | | source: woorkup.com
tags: Cheat Sheet, jQuery
9
Shouts

jQuery 1.5.1 Supports IE9 - IEBlog

published 810 days, 5 hours, 46 minutes ago posted by iftekharahmedamitiftekharahmedamit 811 days, 1 hour, 11 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:06:59 PM GMT
Last week the jQuery team announced the release of jQuery 1.5.1. This is a bug fix release to jQuery 1.5 that includes a particularly exciting note: “jQuery now supports Internet Explorer 9 as a top level browser.” This means all known issues with IE9 have been resolved and new issues will be resolved before future versions of jQuery are released. On behalf of the IE team, I want to thank the jQuery team and contributors for their efforts to support IE9 and for their continued work on an awesome JavaS... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: Internet Explorer 9, jQuery, IE9, Internet Explorer, IE
5
Shouts

Dubbcentral: Creating an Ajax Action Method Selector With ASP.NET MVC 3

published 811 days, 1 hour, 17 minutes ago posted by http://dubbcentral.blogspot.com/http://dubbcentral.blogspot.com/ 812 days, 20 hours, 9 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Saturday, March 05, 2011 4:09:13 AM GMT
I was perusing through the nerd dinner source code when I encroached upon a legitimate opportunity to implement my own custom Action Method Selectors. Action Method Selectors are a component of the Action Invoker, which is responsible for finding a valid action for the request's target controller. Some examples of native action invokers implemented in MVC and HttpPost and HttpGet. Check out this great post explaining some of the core extensibility points provided by the ASP.NET MVC framework. Paste t... (more)
category: Web Dev | clicked: 2 | comment | | source: dubbcentral.blogspot.com
tags: ASP.NET MVC 3, .NET, C#, jQuery, Ajax
6
Shouts

How did you use jQuery in ASP.Net Application? Explain with an example?

published 813 days, 5 hours, 34 minutes ago posted by dharadhara 813 days, 17 hours, 6 minutes ago
Friday, March 04, 2011 6:43:59 PM GMT Friday, March 04, 2011 7:12:00 AM GMT
Download the latest jQuery library from jQuery.com http://docs.jquery.com/Downloading_jQuery . Add reference to the jQuery library file in ASPX page / Master page that uses jQuery. (more)
category: Web Dev | clicked: 1 | comment | | source: beyondrelational.com
tags: .NET, jQuery, ASP.NET
7
Shouts

Does document.ready() function similar to onload()? (Or) Explain the importance of document.ready()?

published 813 days, 5 hours, 34 minutes ago posted by dharadhara 814 days, 17 hours, 39 minutes ago
Friday, March 04, 2011 6:43:59 PM GMT Thursday, March 03, 2011 6:39:02 AM GMT
Document.ready() function is completely different from body onload() function . Explanation JavaScript Operations on the page elements are performed outside of the DOcument Markup (DOM) that creates them. This is because of waiting until DOM elements of the page are fully loaded before those operations... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: beyondrelational.com
tags: .NET, FAQ, jQuery, ASP.NET
7
Shouts

What is jQuery UI?

published 813 days, 5 hours, 34 minutes ago posted by dharadhara 815 days, 18 hours, 2 minutes ago
Friday, March 04, 2011 6:43:59 PM GMT Wednesday, March 02, 2011 6:15:53 AM GMT
jQuery UI is a library which is built on top of JQuery library. jQuery UI responsible for widgets, components , themes , advanced effects , animation and interaction mechanism that is UI related things. Accordions, sliders, dialog boxes, date pickers, and more. All these are ready... (more)
category: Web Dev | clicked: 1 | comment | | source: beyondrelational.com
tags: .NET, jQuery
7
Shouts

What are the various jQuery features?

published 813 days, 5 hours, 34 minutes ago posted by dharadhara 815 days, 18 hours, 3 minutes ago
Friday, March 04, 2011 6:43:59 PM GMT Wednesday, March 02, 2011 6:15:01 AM GMT
The following are important features of jQuery. Extensibility The jQuery Framework is easily extensible. DOM elements manipulations It easily handles DOM element selections functions, manipulations, traversal and modification. Event Handling We can implement Event Handling at client side. CSS manipulation... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, jQuery, ASP.NET
6
Shouts

What is jQuery & its significance? Why it is so popular?

published 813 days, 5 hours, 34 minutes ago posted by dharadhara 816 days, 17 hours, 9 minutes ago
Friday, March 04, 2011 6:43:59 PM GMT Tuesday, March 01, 2011 7:09:25 AM GMT
jQuery is lightweight, client side script JavaScript library file that supports all browsers.Query is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery makes it easy to play with the DOM,... (more)
category: Web Dev | clicked: 0 | 2 comments | | source: beyondrelational.com
tags: .NET, jQuery, ASP.NET
5
Shouts

How to Display data in Tooltip in Gridview using JQUERY

posted by taanu51taanu51 822 days, 13 hours, 47 minutes ago
Wednesday, February 23, 2011 10:30:56 AM GMT
Hi friends,In this Article i would like to explain how to Show tooltip in gridview using Jquery.Sometimes its necessary to display more content in the gridview.Instead of display complete data in gridview its better to use Tootip.We already have a default tootip to display data but customise that Tooltip using CSS and Jquery its look more beautiful.i have Downloaded this JQuery and CSS files from  here http://pupunzi.open-lab.com/mb-jquery-components/mb-tooltip/...By using this i integrated into Aspnet A... (more)
category: Web Dev | clicked: 49 | comment | | source: taanu51.blogspot.com
tags: ASPNET, grid View, jQuery, Tool Tip
2
Shouts

Steps to Call WCF Service using jQuery

published 836 days, 10 hours, 50 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 837 days, 5 hours, 10 minutes ago
Wednesday, February 09, 2011 1:28:37 PM GMT Tuesday, February 08, 2011 7:08:32 PM GMT
Download Code This article illustrates how to call Windows Communication Foundation (WCF) services from your jQuery client code, and points out where special care is needed. Before you start reading and following this article, first read this blog entry which describes how to create a WCF service: Create, Host(Self Hosting, IIS hosting) and Consume WCF servcie Step 1 Once you are done with creating the WCF service, you need to specify the attributes on the server type class for ASP.NET  Compat... (more)
category: Web Dev | clicked: 0 | comment | | source: pranayamr.blogspot.com
tags: C#, jQuery, WCF
6
Shouts

What is jQuery and how to start using jQuery?

published 853 days, 11 hours, 34 minutes ago posted by dotnetfundadotnetfunda 854 days, 5 hours, 47 minutes ago
Sunday, January 23, 2011 12:43:41 PM GMT Saturday, January 22, 2011 6:30:42 PM GMT
jQuery is not a language but it is a well written JavaScript code, As quoted on official jQuery website “it is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development“. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: jQuery
6
Shouts

JQuery UI 1.8.9 new version launch today

published 853 days, 11 hours, 34 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 855 days, 3 hours, 42 minutes ago
Sunday, January 23, 2011 12:43:41 PM GMT Friday, January 21, 2011 8:35:50 PM GMT
JQuery UI contains great controls and it’s very useful when developing sites. Today a new version of Jquery UI is launched. You can find more details about that from following link. http://blog.jqueryui.com/2011/01/jquery-ui-1-8-9/ It’s contains Bug fixes for Datepicker, Tabs and other things and also contains some localization improvements on the date picker.Technorati Tags: JQuery UI,ASP.NET (more)
category: Web Dev | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: jQuery, jQueryUI
Previous 1 2 3 4 5 6 7 8 9 10 ... 14 15 Next