Was recently using some code along the lines of
$("#divMenuContainer:visible").hide("explode");
However after some time spent trying to get it to work I realized my selector was referencing a div that didnt exist.
The result of the query was simply that it didn’t execute.
Obviously this is by design, could anyone explain the logic of why this design choice was made rather than raise some sort of exception?
Not trying to criticise just trying to understand.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…