search in the Movies, Games, Music..Etc. ...

Type to start search (at least 3 letters)

Solve Problems

logo
jQuery - Use jQuery to hide a DIV when the user clicks outside of it
How I can Use jQuery to hide a DIV when the user clicks outside of it?
logo
HTML - Recommended way to embed PDF in HTML
What is the recommended way to embed PDF in HTML?
logo
Java gui - put image as a background
Can I use an image as a background in a java gui?
logo
Java gui - library that is not swing or awt
Is there an interesting java gui library that is not swing or awt?
logo
HTML-applying CSS to iframe
How to apply CSS to iframe?
logo
Javascript - Pass Information Into Function From Html
How I can make pass information into function from html using Javascript ?
logo
C++ - Returning two values of two different types in a function
How I can return two values (or more) of two different types in c++ function ??
logo
Java - compare strings in Java
How do I compare strings in Java?
logo
JavaScript - Change an elements class
How can I change a class of an HTML element in response to an onClick event using JavaScript?
logo
JavaScript - Modify the URL without reloading the page
Is there any way I can modify the URL of the current page without reloading the page?
logo
HTML - Valid values for the id attribute
When creating the id attributes for HTML elements, what rules are there for the value?
logo
PHP - Solve problem mail form does not complete sending e-mail
Mail form does not complete sending e-mail in PHP , How solve this problem ?
logo
HTML - Remove the space between inline-block elements
How to remove the space between inline-block elements?
logo
JavaScript - remove a particular element from an array
How to remove a particular element from an array in JavaScript?
logo
JavaScript - check if an element is hidden
It is possible to toggle the visibility of an element, using the functions .hide(), .show() or .toggle(). How would you test if an element is visible or hidden?
logo
JavaScript - check if one string contains another substring
How to check if one string contains another substring in JavaScript?
logo
JavaScript - Redirect to another page
How can I redirect the user from one page to another using jQuery?
logo
CSS - Make div as horizontally center within a div
How can I horizontally center a div within a div using CSS ?
logo
CSS - Change an input HTML5 placeholder color
How Change an input HTML5 placeholder color Using Css ?
logo
CSS - disable text selection highlighting
How to disable text selection highlighting using CSS?
logo
PHP - Generate Random number using (min - max)
What is the way to generate a random number based on a min and max like min = 1 and max = 20 ?