Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Jquery Solutions: 151 - 175 of 388
 
Hi, we're developing an online store. In this site we will have a tree kind of categories, i.e. we will have categories, with sub categories etc etc so basically there's going to be an unlimit...
Hi All, I've just started to learn JQUERY. What is the best (cost not an issue) editor.  It needs to have JQUERY Intellisense
hi folks   i'm fairly new to jQuery, and am trying to understand how things work. Unfortunately help was not as forthcoming on the jquery official forum as i would have hoped :(  so its up t...
I am looking at this jQuery by Jonathan Snook and would basically like the jQuery to run if the flash version is does not match. I'm limited with jQuery, and am not sure how to get the func...
I have a dropdownlist in my ASP.NET (3.5) web application of all users in my application.  The Value is userid and the Text is "LastName, FirstName."  I have a textbox in which a user can ente...
Hi, I have the an variable number of input fields whose IDs all start with "ProductTotal_", and I want to loop through all these fields checking if at least one of them has a value of more ...
hi i am fetching a lengthy article from the database i need to sort of like create some sort of jquery collpase region where the content can be shown limited but when user choose he/she can e...
Hi. I have a list with this structure : <li>     <div class="block"><img id="work11" src="images/1.jpg"/>         <div class="mytag" id="curr_tittle11"></div>     </div> </li> <li...
Hi, I've got some code using jQuery tabs all working fine. What I'd like to achieve, is that the code in each tabs is only executed when the tab is selected. Each tab contains data from...
I am writing a menu using javasrcipt based on an example, and it works fine, but after I change the code a little, the menu dosen't show and I can see an error message   on the status bar of I...
Hello, I have a series of "links & divs" like these: <a class="pop" href="popup.asp?PD=12>Hotel XXX</a> <div class="details" title="Hotel XXX"></div> <a class="pop" href="popup.asp?PD=...
I've been working on jQuery image rotation script and have two issues remaining. There are two issues that haven't been resolved: 1. The image rotation itself currently dosen't work and ...
Hi, I have an error in my Jquery / J avascript code below. I believe it has to do with closing a statement, but I can't seem to find it. Any help would be greatly appreciated.
so I have data in h3 fields with a particular class, Id like to get the data inside those H3 tags and populate a select menu with the text found in the h3 fields. <h3 class="example"> fields. ...
Hi I've got no experience with Jquery! I am trying to get the Jquery tabs working on a chart but what it's doing is hiding the whole lot of ids and when i click on the tabs nothing happens the...
I am looking to be able to use Jquery's modal dialog to use with multiple images or even as additional notes section to page content. If possible not to have a hard coded div or section for ev...
I need help with JQuery selector syntax for getting the nested table's 2nd row td cell data? Please see my code below.  I'm only trying to get the html that reads: <a href="http://www.ai...
Hi, I'm using fancybox modalwindow but I need to call it from a flash file (swf) with actionscript 1.0. Can anyone show me an example of how to do this? Thanks
Hello experts, I have a page using jquery tabs. Each tab contains local content. Where the content contains a link, I would want the content from the link to stay in the same tag container. I...
Hi, I just have a few questions on this bit of javascript code. I'm wondering what the following code is: $(document).ready(function()     {         $("#myTable").tablesorter();   ...
Hi, I'd like to use JQuery for a javascript lightbox type pop up. Is this possible? How is it done? Thanks, Daniel.
I have 2 divs - both with the same class that gives them a min-height. What i want to do is to use javascript/jquery to check the height of DIV B and change the min height in the class.
I have some javascript code which checks that 3 fields have been filled in then hides a piece of text and shows a submit button instead. This works fine, but I need/want to know how this exact...
Hi X-perts, very simple question.....This is my code structure: $(function(){ ........ function test(){.........} .................. }) How can I call test from outside? S...
Hello! I'm the designer of my friends website. I'm quite amateur, it's just a fun project I took on with him to build html and css skills. Basically, a while back he and I were looking at a...