Closed (fixed)
Project:
Facelift Image Replacement Integration
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2008 at 19:41 UTC
Updated:
14 Oct 2008 at 04:56 UTC
Comments
Comment #1
btopro commentedumm..... if the links had a certain class I guess you could? email addresses would have to have a certain class (to the best of my knowledge) unless you could write a jQuery selector statement correctly to only select email addresses which might be possible. I was unable to get this line of jQuery working with it (though it seems like it should work to me...):
a[href^='mailto']
that will form $("a[href^='mailto']") as the selector... I'm not sure why this wasn't working on the site I was trying it on but this is a step in the right direction for this. I didn't even think of that use, that'd be killer. I'd be willing to add this in as a default feature for conversion if we can get the line worked out.
Comment #2
btopro commented