Skip to: site menu |main content

Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.

Advertisements

Contact me to place your Ads Here..

Powered by Drupal, an open source content management system

Syndicate

Syndicate content

JQuery

General guidelines JavaScript and Ajax Jquery with Drupal

A few general guidelines for JavaScript and Ajax Jquery with Drupal:
1)Do not rely on JavaScript for validation; users can disable JavaScript.

2)Do not assume that data sent to AJAX postback functions is sent by your JavaScript function.

3)Do not assume that data sent to or by a JavaScript function cannot be observed by the user.

Jquery Documentation

Syndicate content

Back to top