Opened 13 years ago
Closed 13 years ago
#5778 closed bug (invalid)
File Conflict
Reported by: | matvespa | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi. I've used a Jquery slider and Prototype file. But when i uses both together, either one cant work. Is there any solution for this. And by the way, how do i validate email syntax in Jquery Javascript?
var usr = $("#tbEmail"); var domelement = $(usr)[0];
var pattern = "[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$";
if(pattern, domelement){
I tried this code by its not working. Any idea?
Note: See
TracTickets for help on using
tickets.
This isn't a jQuery bug, you should ask these questions on the jQuery Google group.