I\'ve got some links that I want to select class and id at the same time.
This is because I\'ve got 2 different behaviours. When a class of links got one class name
$("a.save, #country")
will select both "a.save" class and "country" id.