Bug Tracker

Changes between Version 1 and Version 6 of Ticket #155


Ignore:
Timestamp:
May 11, 2008, 8:49:18 PM (15 years ago)
Author:
flesler
Comment:

What about supporting $('b\:foo') like with attribute selectors ?

This could just handled with a plugin with something like:

$.nsTag = function( name ){

return $(document.getElementsByTagName(name));

};

$.nsTag('b:foo')... (any jQuery method)

Legend:

Unmodified
Added
Removed
Modified