Hi Marc,
sorry for the delay long weekend,
I'm really new to JQuery and I'm not sure how to go about that? However heres what I did try:
if($("[title='Parts']") != null){
$("[title='Parts']") is not null but when I try to access things like id,name etc. I get "underfine" which I think its telling be that 'id, 'name' is not in the class.
so I'm stuck right now.
sorry for the delay long weekend,
I'm really new to JQuery and I'm not sure how to go about that? However heres what I did try:
if($("[title='Parts']") != null){
alert( $("[title='Parts']").id);
}$("[title='Parts']") is not null but when I try to access things like id,name etc. I get "underfine" which I think its telling be that 'id, 'name' is not in the class.
so I'm stuck right now.