Hi Feijó,

Not sure if I understand, but I'll have a go at it:

var x = 4;
$('.qualif').filter(function() {
        return parseFloat( $(this).attr('level') ) > x;
}).remove();


Joel Birch.

Reply via email to