Why not working jquery show() function in wordpress? [closed]

WordPress runs $.noConflict(); by default.

You attempting to run it again manually likely throws a

TypeError: Cannot call method ‘noConflict’ of undefined

Make use of your browser’s JS console rather than jsbin…