On Click toggle menu – Photoshop
I know there's lots of tutorials and questions about this topic, but I followed lots of them and none of them solved my problem. The thing is: I have an HTML and CSS menu, and it's submenus are hidden. They…
I know there's lots of tutorials and questions about this topic, but I followed lots of them and none of them solved my problem. The thing is: I have an HTML and CSS menu, and it's submenus are hidden. They…
I have a page where I have few images. I would like to know how to animate images as a user scrolls down the page and the images become visible? Take a look at this page: http://www.elegantthemes.com/demo/?theme=Divi As you scroll…
I want to create a universal website crawler using PHP. By using my web application, a user will input any URL, will provide input on what he needs to get from given site and will click on Start button. Then…
I'm trying to update my database on the event of a change in my select box. The php file I'm calling on to process everything, works perfectly. Heres the code for that: <?php $productid = $_GET['pID']; $dropshippingname = $_GET['drop-shipping']; $dbh…
I am a bit stuck, trying to use this jquery line to enter a result from a select option into a text area This doesnt work $("#id[txt_17]").val($(this).find("option:selected").attr("name")); This does $("#idtxt_17").val($(this).find("option:selected").attr("name")); The [ ] are coded in via an oscommerce plugin…
1-problem: I need to enable users to select one or more things from a large amount of information that is grouped into a hierarchical structure for selection, data entry, were data could have a depth of 4, 5 parent categories.…
I am trying to change a HTML document's CSS properties using an external jQuery Script. The jquery is supposed to change all paragraphs with the class given to it. I am not allowed to change the HTML document. I wrote…
I have uploadify running on Plesk/apache set to FastCGI uploading to an uploads file melow the document root. This seems to work with files less than 1MB but creates an ERROR 500 on anything larger. $(function() { var idx=$('.useri').val(); $('#file_upload2').uploadify({…
I need to show a few categories on my web page and their sub-categories as well. So I have arranged them in the form of nested <ul> <li> tags. I want the effect that only when a user clicks on…
I'm developing an online store using osCommerce (requirement) and need to integrate it with Twitter Bootstrap, specifically the bootstap.css/bootstap.responsive.css and the jQuery plugins. I have already tried a bit, and everything just goes very wrong, styles all over the place,…