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.

Reply via email to