Duplicate: http://groups.google.com/group/jquery-en/browse_thread/thread/a7eb506135169136/b69c5734587c995e#b69c5734587c995e
---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Jan 14, 2009 at 8:30 AM, Davis <ywk...@gmail.com> wrote: > > i want to "grep" a pattern of DIV id with x_div_ wildcard > > ev_enquiry = $('d...@id^=x_div_]'); > ev_enquiry.each( function(i) { > altert(this.i); > > how can i pass each of DIV id to alert()? as this.i not work.. > > thanks/Davis. >