Stories recently tagged with 'JavaScript'

Simple JavaScript Inheritance(ejohn.org)

submitted by luis128luis128(5) 3 months, 3 days ago

At this page you can find an example of javascript inheritance showed by John Resig read more...

add a comment |category: |Views: 8

tags: another

Build a mvc ajax application using javascript and knockout.js/mvvm (javascriptiqueryable.codeplex.com)

submitted by mastefano64mastefano64(25) 3 months, 6 days ago

javascriptiqueryable: Javascript to IQueryable is a framework that allows you to write a simple query in javascript client side and then execute it server side with EntityFramework or a linq provider that implement IQueryable. On the server is used "Dynamic Expressions and Queries in LINQ by Microsoft" to compose dynamically your query. There is also support for knockout, so you can use in your pages the "MVVM" pattern. There is also support for jquery mobile, so you can create a datasource for a jquery mobile apps. read more...

1 comment |category: |Views: 208

tags: another

calling Javascript methods on updatepanel events(hemantg.blogspot.com)

submitted by hemantghemantg(145) 7 months ago

Recently came up with a scenario where I need to call a Javascript function to update a label with client side time on auto save, while auto saving was working fine, the only issue was capturing the time, since the label was updated at server we would end up with server time, so the do get client side time the option is to call a JS function at end request of update panel now the problem, there are multiple update panels on the page how do we read more...

add a comment |category: |Views: 8

tags: another

ASP.NET MVC 3 released - Zain Shaikh's posterous(zainshaikh.posterous.com)

submitted by zainshaikhzainshaikh(74) 1 year, 4 months ago

For so long, I was waiting for the final release of ASP.NET MVC 3, and now the wait ends and I should properly dive into MVC. ;) Download and Install ASP.NET MVC 3 Following is the list of some key features and improvments in ASP.NET MVC 3... read more...

add a comment |category: |Views: 12

tags: another

Date Range Validation(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(393) 1 year, 4 months ago

Here is a Javascript function that validates two dates and indicates if they form a valid date range. read more...

add a comment |category: |Views: 10

tags: another

Using jQuery UI Dialog with WebForms(www.christianduvall.com)

submitted by christianDuvallchristianDuvall(10) 1 year, 6 months ago

Need a simple way to use modal dialogs to add and edit information? Having problems with jQuery UI's dialog because it doesn't post your data? Here's some help... read more...

add a comment |category: |Views: 48

tags: another

LABjs & RequireJS: Loading JavaScript Resources the Fun Way(msdn.microsoft.com)

submitted by LordLord(3737) 1 year, 7 months ago

avaScript resource loading has many different concerns that bear on how it is approached. An increasing number of sites and applications are relying on complex systems of JavaScript resources and many developers are hoping for easier, faster and more maintainable patterns for dependency management. The authors of two open source projects, LABjs and RequireJS, discuss some different perspectives that accomplish those goals. read more...

add a comment |category: |Views: 90

tags: another

Implementing Multiple Value Returns in JavaScript(fitzgeraldnick.com)

submitted by sdormansdorman(1415) 1 year, 7 months ago

An interesting way to have multiple return values in JavaScript. read more...

add a comment |category: |Views: 9

tags: another

using jQueryUI with Script# and the Script# Contrib project roadmap(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 1 year, 8 months ago

How to generate javacript from C# using Script#. In our case we will be generating jQuery/jQueryUI code. read more...

add a comment |category: |Views: 15

tags: another

Bit.ly Button - jQuery Plugin for Your Clicky Post(www.moretechtips.net)

submitted by MikeMoreMikeMore(298) 1 year, 9 months ago

bit.ly -The intelligent URL shortener- offers realtime statistics about the clicks on shortened links and this button takes advantage of that information. This jQuery button give you a uniform click count button -tall or wide- that people can also use it to retweet your post. read more...

add a comment |category: |Views: 4

tags: another

Efficiently Getting Delicious Save Count of Your Posts(www.moretechtips.net)

submitted by MikeMoreMikeMore(298) 1 year, 10 months ago

Although there are many sites that describe how to get Delicious bookmaking count of some URL. I learned that you can get the save counts of multiple URL's in one request! And since I didn't see that mentioned anywhere -even on Delicious feeds API page- I thought I should do.. read more...

add a comment |category: |Views: 0

tags: another

Quite Delicious Button(www.moretechtips.net)

submitted by MikeMoreMikeMore(298) 1 year, 10 months ago

This is a jQuery-fied share count button to encourage people to bookmark your content on Delicious. Although Delicious provides their own button and I tried before to style it differently, but still It didn't look quite uniform like other sharing buttons. read more...

add a comment |category: |Views: 4

tags: another

JSON ADO.NET DataTable Serialiser(mokom.com.au)

submitted by KyryllKyryll(20) 1 year, 11 months ago

A working base serialiser for ADO.NET DataTable serialisation to JSON read more...

add a comment |category: |Views: 92

tags: another

Text and Image Based CAPTCHA Scripts Collection(www.greepit.com)

submitted by esarfrazesarfraz(15) 2 years ago

A CAPTCHA Script helps to save your website from spam bots. Here goes a collection of free text based and image based CAPTCHA scripts. read more...

add a comment |category: |Views: 14

tags: another

Checkbutton and Radiobuttons revisited: a jQuery plug-in.(www.tomsoft.de)

submitted by tomgroegertomgroeger(20) 2 years, 1 month ago

This jquery plugin Control handles single instances or groups of radio- or checkbuttons. It extends a jQuery object ( usually a table or fieldset ) that wraps a couple of radio- or checkbox buttons together with associated labels. The ButtonGroup then allows you to easily set/get a Radio group's value, dis- or enable the complete Group (including labels) or only selected buttons. The modified get() method returns an extended button object that also 'understands' checked/enable/disable messages. read more...

add a comment |category: |Views: 11

tags: another

LINQ for JavaScript: Using and Extending JSLINQ(www.gregshackles.com)

submitted by gshacklesgshackles(156) 2 years, 2 months ago

LINQ makes our lives easier when dealing with .NET collections, so why not apply the same ideas to JavaScript? This post goes over some of the operators in the JSLINQ implementation, and then extends it with some more custom operators. read more...

add a comment |category: |Views: 31

tags: another