[jQuery] HD Family -- download HD Movies torrent 100% free
HD Family -- Hot movies and download HD Hot Movies via torrent 100% free Trailer and Analysis for hot Movies. Home page: http://hd-family.blogspot.com/ Transformers 2 Revenge of The Fallen (hot of 2009) http://hd-family.blogspot.com/2009/06/transformers-revenge-of-fallen.html KNOWING 2009 http://hd-family.blogspot.com/2009/06/knowing-dvdrip-xvid-diamond.html Quantum of Solace 1080p BluRay x264 http://hd-family.blogspot.com/2009/06/quantum-of-solace-1080p-bluray-007.html Final Fantasy Advent Children
[jQuery] show/hide positioned to its trigger
i am trying to learn how to position a show/hide module to the "a" that triggers it, instead of a literal positioning through css this is a sample of the module i am trying to position. http://www.roxstyle.com/projects/blssi/cms/de-tool/proj-distribution.html instead of setting the css margins and paddings to the doc space, i would like to set the object relative to the cell where the trigger exists. can anyone point me in the direction of tutorials or samples of this behavior?
[jQuery] Please unsubscribe me
Im not sure how to not get these emails anymore
[jQuery] Using slideDown in a slideUp callback
Hi all, I am trying to slideUp a container Div and using the slideUp's callback parameter call slideDown on a different element that is not inside the slideUp container Div: $("#pageWrap").slideUp(1000, function(){ $("#externalform").slideDown(500); $("#btn_uopBack").fadeIn(250); }); One again all the elements being used with the effects are not children or parents of each other. The problem seems to be that when you call a slideDown or slideUp inside a slideUp or slideDown callback the intial effect
[jQuery] jQuery works fine on localhost but doesn't work on external server.
I've got jQuery and 2 plugin libraries running on my website. One runs the navigation and the other runs a dropdown search box. Everything works great on my localhost, but when I copied the directory to the external server none of the jQuery worked. I'm not getting any Errors in my error log, and the directory has been copied exactly. Can anyone help me? http://www.kitfoxink.com/www/index.php
[jQuery] only one question can make u reach
only one question can make u reach for more information please visit http://megalinesolutions.googlepages.com/home
[SOLVED]beginners question about using xml with jQuery
hi all i can't find how to get the text of an xml element, just like the code bellow $("qa", xml).each( function(qa_idx) { qa = $("qa", xml).get(qa_idx); $("choice", qa).each( function(ch_idx) { choice = $(this).text(); //the text description = $("choice_desc", qa).get(ch_idx).text();//doesn't work } ); } ); from an xml like <qa> <question>1st question</question> <choice id="1">Adventurous</choice> <choice_desc>desc 1</choice_desc> <choice
[jQuery] Treeview - Set branch to remain permanently open
Hello Joern and group members, I am using the TreeView plugin and have come across a situation where I need to set one of the top level branches to remain open. Using the example below, if I remove the span tag from my "To Always Remain Open" list item, it removes the ability to 'click/trigger' the expand/collapse event. The issue I am having is that the TreeView plugin is still assigning a 'collapsible' class to the <li> tag, so when I click on the "Can Open or Close" list item, then it opens and
Nested Tabs and a styling issue...
On my current home page, I have multiple tabs, using Tabs 2 / jQuery 1.2.6. They each refer to their own styles on separate CSS sections. http://www.hoosierhoopsreport.com. I'm changing my home page, and the beta page is: http://www.hoosierhoopsreport.com/index1.php I'm trying to nest a tabbed section within a tabbed section. Functionally, it's working, but the styling is not. I have found the "jQuery custom downloader" creates separate styles, and I have done, but when I apply the class to the nested
[jQuery] Internet Explorer and the html method??
Dear all, The following code is working great for all browsers except for Internet Explorer .. I've been investigating and the problem seems to be the html method. How can I change the script for it to work in Internet Explorer also? Thanks in advance! <script src="scripts/jquery-1.3.2.min.js" type="text/javascript"></ script> <script type="application/javascript"> $(function() { $.ajax({ type: "GET", url: "myxml.xml", dataType: "xml", success: function(xml) { $(xml).find('item').each(function(){
.click function not working for links!
Hi everyone. I have an expandable menu (not an accordion), that needs to toggle div elements below it. If I put the click event on the h3 of the menu, it works fine but as soon as I put it on the link, it doesn't work. Any help is greatly appreciated. JQUERY $(document).ready(function(){ $(".expand").click(function(){ $(this).next("div").slideToggle("fast") $(this).toggleClass("active"); }); }); HTML <h3 class="normal">Consortium Committees<a href="#" class="expand"
.css bug with BACKGROUND props in Opera !?
In <div id="info" style="border: solid 0px red; width: 303px; height: 282px; background: url(img/about.ua.hl-3.jpg);"></div> tried load another background with: $('#info').css({background:"url(img/info.en.jpg)"}); fine in IE, Firefox; bad in Opera !
[jQuery] autocomplete
autocomplete border for suggestion list is not showing properly when i am changing it's width. please help. Thanks in advance.
[jQuery] Superfish - Expand and close Accordion List by choice without hover
hi, i would like to ask what must i change and in which file / line so i can have instead of on hover and closing automatically the ability to expand by myself and close myself the menu with accordion list choise...the site preview is: http://preview.nosmoke.gr ty in advanced for your help
[jQuery] [validate] Custom function when error field
Hi, im using the 'success' param to add some extra step when validating: i change the background color of the parent div to green. Also, if there is an error i want to change the background color of the parent div to orange, but i cant found a function/callbackMethod/propiertie like 'error' or something.<div> </div><div>is there a way to do it?</div>
I just need Jquery, Ajax to return two values from db
Hey all I have a php form which contains: <input type="button" value="SearchDB" id="generate" name="generate" > <script type="text/JavaScript"> $(document).ready(function(){ $("#generate").click(function(){ $("#img_desc").load("searchdb_qry.php); }); }); </script> The code in searchdb_qry.php currently echos a string and this works fine and displays the string in the div. However I need to query my db and return two values (xml) - I can't seem to figure this out and as ever
[jQuery] How to make jQuery work in IE 5.5
Hi. Recently I had to make a project in IE 5.5 too. IE 5.5 throw almost instantly error. I have downloaded the developer version and try to figure out what could cause the errors. By commenting out line 2167: div.appendChild( document.createComment("") ); and removing <select></select> from line 3122 jquery works perfect. But I am not sure these changes are safe. I need sy comment. Thanks in advance.
[jQuery] jCarousel advance issue - final item only shows half
http://deweyresearch.oclc.org/pages/035262491.html On the above page, we have two jCarousels that are advancing one-at-a- time until you get to the final item. (22 clicks for carousel at top of page, 16 clicks for the Related Works carousel half way down the page. Try this one, it's easier to see the problem.) The final item in the list is only half shown or less. From there, all things only advance or go back a-half-at-a time. (Or less and yes, I know a good deal of the images are blanks, that is
click if/else problem
Good afternoon. I am new to javascript and brand new to jQuery. I have little snippet I wrote to show or hide various <div>'s when a checkbox is clicked, depending on whether or not the checkbox is checked. There are 5 categories of information being displayed in a table, and the idea is that the user can un-check a box to hide a category, and re-check the box to show the category. There is also a 'show all' checkbox that will show all of the div's. The code I am using is as follows: $("#cal-all").click(function(){
[jQuery] Problem with loading SELECT on change of other select
Hi there, This is what I'm trying to do: When a user selects a group in the first SELECT box, another SELECT box should be loaded from an external PHP-file (using MySQL), based on the group-id of the first SELECT box. I use this code: $('#kiesgroep').change(function(){ $.post("<?php echo base_url();?>php/kies_speltak.php", { groepid: $('#kiesgroep').val() }, function(response){ $('#kiesspeltakveld').fadeOut(); setTimeout("finishAjax('kiesspeltakveld', '"+escape(response)
[jQuery] Tree View
Hi , i am newbie to Jquery and Dynatree also. I want to Load my tree dynamically and need to get the tree data from db. For that I am using initajax() like this $(function(){ $("#myTree").dynatree({ initAjax: { url: "http://localhost:8080/TreeSample/pages/ test.jsp", dataType: "json", data: { key: "key", mode: "baseFolders" } } }); }); I for Load Error message in my tree. Instead of JSON I want to use XML . how can I achieve this? Kindly help me out on this.. Thanks... By SAT@MBPS
[jQuery] REMOVE
[jQuery] UNSUBSCRIBE
[jQuery] slide a div open and closed
I need to create and effect just like what happens when you mouse over the "Check Availability" link on this site: http://www.claridges.co.uk/ I have downloaded this simple show/hide example: http://docs.jquery.com/UI/Effects/Slide#overview I need help, tho, with how to configure things so the div moves up a set distance to reveal the form, and then stays there until the link is clicked to lower it. Thanks! -- View this message in context: http://www.nabble.com/slide-a-div-open-and-closed-tp24165182s27240p24165182.html
jQuery UI Tabs take a split second to load / initialise
I have a page with UI Tabs. With a very small amount of content in each one. It has been working brilliantly but a problem started today. When the page loads for a split second it displays the tabs as the raw html. So it shows the tabs as the list items and displays the content of all tabs stacked beneath them. The page then switches to how it should look. This happens on every refresh. This is not a critical error but looks bad to a user of my page. I perform the tab initialisation right after document.ready
[jQuery] Ajax tooltips using jQuery?
Hi guys, I'm after an ajax tooltip to use with jQuery. For some reason, every one I find is either mootools or Prototype which without hacking around, don't seem to work alongside jQuery. Any recommendations, or maybe a script I could use that I haven't already found? Thanks
$.ajax cache true - how to refresh this after 24 h
Hi, to accelerate my page I want to cache my ajax requests. Not all of them but some. Actually I could use the option cache: true to do so but I need a refresh of this value after 24 hrs. Any idea how to do this or do I have use another method? thx TC
datepicker UI multiple events
Hallo! I use datepicker UI. Is it possible to be selected multiple events, dates taken from a mysql with PHP? can you give me links to similar developments
[jQuery] Conflict jquery
I am trying to use more than one script in my page (lightbox is added) If one or the other is removed all works fine. I found ------------- <script> jQuery.noConflict(); // Use jQuery via jQuery(...) jQuery(document).ready(function(){ jQuery("div").hide(); }); // Use Prototype with $(...), etc. $('someid').hide(); </script> --------------- But I have no idea what of the parts of the script to put where in the code above. Can anybody help me to get the scripts underneath to get to work next to eachother?
[jQuery] Treeview 1.4 (jQuery plugin), question about cookie path
Hello! How can I force this plugin to set "path" in cookie to "/"? 'Cause I have this plugin as navigation menu on my site, and when I go to another page, it creates new cookie for this new page (for example, on the main page the cookie path is "/", and when I go to "/photo/theme/ nature" the cookie path is "/photo/theme/nature"). So the position of menu is not saved, for each page of site I have different positions (states) of menu.
Div inside a TD triggered by a different TR
I've been trying to figure out jquery for awhile. The problem is as follows: Have one row of a TR trigger the TR below it with a colspan of 13 to show the additional description. I learned that jquery and colspan don't get along too well so based off other posts I knew to put a div inside the td. The snipped code is: <div id="mapsearch"> <table width="610" border="0" cellpadding="0" cellspacing="0" id="myTable"> <thead> <th align="left" valign="bottom"><strong>Name</strong></th> <th width="25"
[jQuery] khaled abbad wants to chat
I've been using Google Talk and thought you might like to try it out. We can use it to call each other for free over the internet. Here's an invitation to download Google Talk. Give it a try! ----------------------------------------------------------------------- khaled abbad wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-bb8813cc43-04f8227c83-6ca579e4053799ba You'll need to click this link
[jQuery] onBlur event problem with Safari, works in FF & IE
Hi, I'm trying to get a onBlur event working in Safari. The problem lies in getting the triggering element. I have no idea what the problem is. Using this to get a triggering element: var _trigger = e.originalEvent.explicitOriginalTarget || e.relatedTarget || document.activeElement; For some reason e.relatedTarget is always undefined (in Safari and FF anyway). Does anyone knows if there's a workaround? Is this a bug in webkit/ safari or jQuery? What I'm want to do is to find if the element that triggered
.filter and and lt(index) problem
Hey guys, I'm working on a little pagination script and I'm having problems with one of my lines. The idea is to .show() a specific range of tr's. $('#sideBar tr').hide(); $('#sideBar tr:lt('+finish+')').filter($('#sideBar tr:lt('+start+')').show(); start is the first index in the range, and finish is the last. So the idea is to hide all rows, then show the ones in between the start and finish ranges. I've been looking over the jQuery site documentation and as best as I can understand it my use of
Exception for a specific URL?
Hi I want to add a color change to an anchor tag. But only on a few pages. I am trying this but it does not work: $(function(){ var urlName = http://domain.com/page/ if (urlName == window.location.href) { $('.news-list-item > h3 > a:first').css('color','#8CAAC3').css('text-decoration','underline'); } }); Any suggestions? Thanks
Not able to call js function with two parameter from jQuery
Hi, I was calling js function doABC(param1, param2) when clicked on a hyperlink. <a href="#" onClick="javascript:doABC('one','two')">XYZ</a> When i modified it to use jQuery i am not able to call javascript function. How to pass these two parameters so that my doABC(param1, param2) function is called from jQuery?
Jquery killing onmouse over effect
Dear all, The code below is suppossed to show some images with its on mouse over images and its link out of a xml file. Well, it is doing it great but for the on mouser over chapter. When I add: <script src="scripts/jquery-1.3.2.min.js" type="text/javascript"></script> It does not work. When I delete it, it does work. How can I make .. onMouseOver='document.image"+nu+".src=images/"+thumb+"_over.jpg' onMouseOut='document.image"+nu+".src=images/"+thumb+".jpg'><img .. to get on well with Jquery??
object is viewed all the time :(
Hello@all! I'm doing my first steps with jquery and i like it very much, but now i've a problem: I would like to let the blue background slide in when I click on "ENTER". But it's viewed all the time, but there's some reaction when I'm clicking on the Enter-Button... so there can't be th mistake. I think, the problem depends on my <div>-tags... Here's the URL to my HP: http://burgweinting.de/marsteini/ Can you help me in spite of my bad english (because I'm from germany)? Greetings marsteini
[jQuery] peculiar behaviour of clone
Hi, I am new to jquery. I used clone for both prepend and prependTo. For prependTo, it is working fine. But if we apply prepend for $j("#begin_947").clone().prepend($j ('#end_947')), it is deleting the entire end_947 element. Can somebody explain me, why it is happening like this. Thanks in advance
Hiding parent div
I am having a simple div structure ( see below ). All I am trying to do is when the div id "interviewer-Button" is clicked the following div's should show and when the div id "elt" is clicked, divs from id "parent0" till the end should hide. The display part works fine. However, when I try to hide, it just does NOT hide. When i click on the div id "elt" it hides for a moment and weirdly the alert message "hh" (see below), gets thrown!! Weird. Any help on how to hide this? <div id = "interviewer-Button">
Next Page