Skip to main content

Bug Tracker

Side navigation

#5778 closed bug (invalid)

Opened January 09, 2010 01:28AM UTC

Closed January 09, 2010 03:33AM UTC

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?

Attachments (0)
Change History (1)

Changed January 09, 2010 03:33AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

This isn't a jQuery bug, you should ask these questions on the jQuery Google group.