Twills

Stories kicked by Twills

Sending email with jQuery and a web service(riderdesign.com)

submitted by kbrownderkbrownder(80) 3 years, 7 months ago

This article show to use jQuery to interact with an asmx web service. Utilizing jQuery the contact form can be submitted without postback and the values passed via JSON to the web service. You learn how to ceate a new service and add the service reference as well coding the jQuery to pass the data read more...

add a comment |category: |Views: 388

tags: another

Password strength validation with jQuery(riderdesign.com)

submitted by TwillsTwills(100) 3 years, 7 months ago

The jQuery Password Strength Meter is a great free plugin that provides realtime client side evaluation of your password, providing visual indication regarding the strength of the password. This article covers setting up, configuring and customization of the plugin. read more...

1 comment |category: |Views: 2475

tags: another

Check username availability with JQuery & ASP.NET(riderdesign.com)

submitted by ShowjumperShowjumper(155) 3 years, 7 months ago

This article shows how to use jQuery in a real world practical situation - to check username availability - by making an AJAX call to a WebMethod. In this artcle we examine how to make the call, how get the desired username and pass it correctly as well as using jQuery to style and display firnedly notification messages. read more...

add a comment |category: |Views: 729

tags: another