• Everytime I open Dreamweaver I get the following error msg.: Unable to open script file "https:\\ajax.googlepis.com\ajax\libs\jquery\1.7.0\jquery.min.js" (error3).

    ISSUE #1 I was on the phone with Adobe for Like 5 hrs. and even let them into my computer and this issue is still unresolved.  Everytime I open Dreamweaver CS6 I get the following error msg.: Unable to open script file "https:ajax.googlepis.comajaxlibsjquery1.7.0jquery.min.js" (error3). I do not know anything about .jquery nor do I know anything about ajax so I'm looking for a novice answer sort of say.  But if someone knows a more advanced answer I can relay it to Adobe or an advanced professional
  • jquery ui tab 1.8.2 multiple slider problem

    i have 2 sliders in 2 tabs. Only the slider which is loaded with the first tab is shown. when i press the second tab slider isn't shown. but code turns display:hidden to block. There was a solution for that... ...my slider, Google Map, sIFR etc. not work when placed in a hidden (inactive) tab? Any component that requires some dimensional computation for its initialization won't work in a hidden tab, because the tab panel itself is hidden via display: none so that any elements inside won't report
  • Wrap 2 elements in the same new div

    Hye,  I want to wrap 2 elements in the same new div. So i try to use wrap(). I try : jQuery(document).ready(function($){     $('.user, .category').wrap('<div class="status" />'); }); But i have 2 new div status appears.. I want finally  <div class=status"> <div class="user"></div> <div class="category"></div> </div>
  • JavaScript & CSS - How to make elements hidden/visible?

    Hello, I'm using CSS media queries for responsive design, I have menu on the left side and content on the right side. On a mobile device only the menu is visible, right content is hidden. What's the simplest way to make right content visible and hide the menu as user clicks on a link? The problem I have, JavaScript is contradicting with CSS media queries. When I use JavaScript code to display content, it doesn't display because apparently CSS is preventing. Here's the JavaScript code, which toggles
  • Move div for each row

    Hye, I want to move date div before text, but every date's div gone before each text when i do : <div class="row"> <div class="image"></div> <div class="text"></div> <div class="date"></div> </div> <div class="row"> <div class="image"></div> <div class="text"></div> <div class="date"></div> </div>And : jQuery(document).ready(function($){ $('.date').before($('.texte')); }); I khow that each() funtion can make something but all my try still noway ! Someone could help me for this ? Thanks
  • Need help in creating dropdown effect in HTML TextBox

    I want to show the list of connected users as dropdown list in inside the  TextBox whenever the user presses "@" and then "TAB". Which jQuery function should I use to get this effect? The dropdown should be a part of TextBox (should not fit the TextBox).
  • create a dynamic columns in jquery data table

    How to create a dynamic columns along with data in jquery data table.Pls help.
  • Timer function?

    I am looking for a JQuery timer plugin for an online app I'm developing. The whole point is to allow the user to be on the page for a certain period of time and then when it's up a bell will ring or something like that. I am new to JQuery/Javascript, and I can't find anything useful on Google. Any thoughts?
  • Close Button Without Title Bar

    I've a link on my page.  When user clicks on it it opens a light box with a specific video. Now I've to hide the title bar and only have to show close image (means close button without title bar).  Can I do so.?  For that I'm using this example http://lab.abhinayrathore.com/jquery_youtube/ and using - http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/redmond/jquery-ui.css I tried many things but I'm not able to show close Button only
  • 3 section Sortable UI problem

    Hey Guys, I'm using sortable for a 3 section UI. I want the ability to shift the mainToolbar and subToolbar layers around while maintaining nav functionality so that people with pref for right/left hand nav can customise the UI. The sorting all works well when there's four layers of equal size, but when I drop to 3 layers (with one as full width) the positioning gets a little disrupted. Since I'm a newbie at this coding stuff I thought you guys might be able to show me the way? <!doctype html>  
  • calling and incrementing class id tags in jQuery

    <body> class="goaslider hideonload"> <img class="goaslider_bgimage" id="6" src="01.jpg" width="1350" height="900">           <div class="goaslider_customhtml"></div>         </div>         <div class="goaslider hideonload"> <img class="goaslider_bgimage" id="7" src="02.jpg" width="1350" height="900">           <div class="goaslider_customhtml"></div>         </div>         <div class="goaslider hideonload"> <img class="goaslider_bgimage" src="03.jpg" id="1" width="1350" height="900">           <div
  • jquery menu doesnt stay in the top?? someone help me please.....

    i have this website im building you can get the home.html and files here (small 2mb) https://docs.google.com/folder/d/0B-C0T_-acxRqZ0ZHTzgwaXkwMlk/edit (public file) you see the logo well i want it to be to the left and i want the menu to the right of it in short words i want both the logo and the menu to be on the top fixed, all the time,, now no matter what i do the logo stays on top and the jquery menu below or the other way around, im going crazy over this one, i have little expierence can some
  • Changing .text() modifies container's margins

    Using the code from http://jqueryui.com/button/ and modifying it to change the text of the items clicked on, I am surprised that two of the three items' margins shrink to a minimum rect surrounding the text (the only one that maintains its margins is the input button. So: Should I be surprised? I'm a noobly, so wouldn't be surprised that I shouldn't be...  ;) How can I maintain the margin of the containers when the text changes? Thanks! Bex Ref: <!doctype html>   <html lang="en"> <head>   <meta charset="utf-8"
  • Jquery problem in all IE's but not FF or Chrome

    I have this bit of code that works in all browsers except IE9, IE8, IE7. Please Help $('#stream .main_img').each(function(){      var h = $('#stream .main_img').height();      $(this).parent().next('.video-button').css('margin-top', ((h-75)/-2) + "px"); });
  • How to create a splitview or multiview layout for tablet application using jQuery Mobile?

    Dear all expert,   I'm newbies with jQuery Mobile. I would like to create a page like the picture above. Basically my application is use for tablet (iPad). And i have no idea how to do it. Can anyone guide on it? What is the correct way to do?   Currently my problem is on creating side view. Mean i would like to show a list of name(in listview) at Left side of screen and when user select the name from listview, the screen must display details for the selected name. How can my program to only reload
  • Capture webpage in a Jquery variable

    Is there a way to reach out and and capture a webpage in a variable then manipulate it with Jquery? Thanks
  • How to Filter, Sort & Search on Responsive tables in v1.3

    I have been testing with the new JQM 1.3 docs.. Using the new Responsive tables script is pretty cool but lacking the following: No Column Filtering No Column Sorting (working with tablesorter.min.js) No Column Search  I added in the tablesorter.min.js and it works great to sort the columns As far as filtering & searching, I would like to just use the default JQM filter box at the top of the table? I wrapped my <table> in the following: <ul data-role="listview" data-inset="true" data-filter="true"
  • Listview stays coloured after a listview refresh.

    Hi, I have a listview that when clicked on calls a function to disable that option.  When I click the reset button it re-enables all the options in the list but any options that have been previously selected stay the same colour as if they have been selected rather than reverting back to its natural colour. The only way to get it back to its original colour is by running the mouse over them. Thanks in advance. Lammie.
  • 32x32 Icon Sprite?

    Is there a place I can find an image sprite of the jQuery UI icon site in a 32x32 size?
  • Jquery in Joomla

    I am trying to turn a lynda.com Jquery carousel script into a Joomla module, I believe I have moved  across everything from the original, but I am unable to make the script work in my joomla site. I am unsure what is causing the script not to work. I am using Jquery 1.6 Roundabout plugin - http://fredhq.com/projects/roundabout/ Joomla! 2.5.8 StableTo try to eliminate or track down the error I have already tried these and number of other strategies each to no effect to no effect :(     Removing moo
  • Total Newbey Question

    Could someone please help.  I am trying to learn jQuery and have come upon some start up issues. Here is where I'm at.  1. I visited the jquery.com website homepage.  I checked the "Development" checkbox and clicked     "Download(jQuery)".  Next I was presented with a what appears to be the text of the jQuery Library v1.8.3.  I    clicked File| Save As, andsaved it to a directory named "C:\jQuery" with the name jquery-1.8.3.js 2. I created a test html page in Visual Studio 2010 as follows. This page
  • Conditional Function on Tables

    Hello All, Im fairly new to JQuery and excited about using it. I have a condition that I trying to execute on a dynamic datatable on my aspx page. I have a value called "scheduled time" on my table in column 2 that should compare itself to the current time(new Date(); ?) . Based on the comparison the function below should happen... From my oracle database, the column2 is a variable timestamp called "SCHD TIME" if item is 0-15mins late, then table row is red if item is >15min<=30mins late, then table
  • Button widget very slow (especially in IE)

    I've been experiencing performance problems wrt the button widget which usually manifest itself when there's a lot a button being created. I've posted a question on Stack Overflow but I haven't had any luck yet. I'm hoping for more constructive answer if I post my question directly here. To resume what's the problem, when I have lots of button on the same page it takes a crazy long time to load, say around 8-10s for 800 buttons in IE, but when I don't use the button widget but plain html buttons
  • Masonry question... make click a URL instead of larger gallery image

    I found Gamma Gallery (linked below) that is very close to what I want. My problem lies in that this was intended to be a Gallery, so clicking on the smaller image rollover opens the larger image. I need it to be a URL link instead. [B]Gallery code link:[/B] [url]http://tympanus.net/codrops/2012/11/06/gamma-gallery-a-responsive-image-gallery-experiment/[/url] [B]Demo:[/B] [url]http://tympanus.net/Development/GammaGallery/[/url] My intent is to use it as a homepage with products in those positions,
  • Function passing parameters

    How do I pass the value into the jquery function. Example: javascript <h1 id="h1_id" onmouseover="abc("paramenter 1");">xxxxx</h1> function abc(x) { } How do i pass parameters to Jquery?    $("h1").click(function (x) {       alert(x);
  • $("p").click(function () What does this the function really mean?

    Hi, I'm getting a bit annoying. Although I know how to apply the code above. But I need to know what does function inside do. It make more sense to do this. $("p").click(paramter 1, parameter2, ...) { } Thus, what does the function () {} relli mean? What is the benefit? Secondly, I do see people do this $("p").click(greet) function greet(event) {  The code will jump to here. }
  • on ............removeclass addclass

    I want to change class slow speed, I want values i.e. 1000 or something else not slow or fast where can i write this code <script type="text/javascript" src="js/jquery-1.8.3.js"></script> <style type="text/css"> div.d1_1 { background-color: #9F0; height: 100px; width: 100px; border: 1px thin #000; } div.d1_2{ background-color: #639; height: 200px; width: 200px; border: 1px thin #000; } </style> <script type="text/javascript"> $(document).ready(function() {     $('.d1_1').mouseenter(     function()
  • Need help to change jquery function click on hover

    Hi everyone, I'm a newbie or a noob :) I'm doing a website with a simple menu. In this menu when I click on the link "collections" appear a submenu above with other link. Now my client want this effect with a hover: when I mouseover on the link "collections" appear the submenu, when i mouseout the submenu will disappear. I try different functions but I havent resolve this problem. This is the jQuery code: $(document).ready(function(){ $("div#toggle a.button").click(function () { $("div#toggle div.box").toggle("slow");
  • Form Post Update don't work

    Hi, I have try this but not work, what it's my error? thanks <script type="text/javascript">      $(document).ready(function() {     $("#submitCliente").click(function(e){           var formData = $("#updateClienteForm").serialize();           $.ajax({             type: "POST",             url: "update_cliente.php",             cache: false,             data: formData,             success: onSuccess         });           e.preventDefault();     }); }); </script>             <div data-role="content"
  • _super Not Working the Way I Expect

    I have created a few jQuery UI Widgets.  I noticed that when I try to change an option after the widget is created, it is not working correctly.   Here is what my _setOption syntax looks like: _setOption: function (key, value) {             this._super('_setOption', key, value ); }Of course, I do use a switch statement to run any special code as needed depending on what option is being changed. Here is my syntax to change an option: $('.ui-mywidget').cform('option', 'myOption', 'newValue'); Instead
  • changing span class changes ALL spans, how to make it specific??

    I have pages with several <span> elements, each of which contains different text. I want to change the button color depending on the span text per se. All the spans are like this: <span class="btn btn-XXXXXXX">text</span> where I want to change btn-XXXXX depending on the value of text Problem is if I use a statement like this: if ($("span:contains('Check Out')")) {     $('.btn').addClass('btn-success').removeClass('btn-primary'); } it will change ALL the spans on the page because the statement IS
  • using toggleClass ............... slow, fast properties

    how can i change classes slow or fast or very slow using toggle class
  • listview : selected item not highlighting

    Hi,  Listview : selected item i highlighted using $(this).addClass('ui-btn-active'). This works for the first time. When i select the next item, i need to highlight the second item and remove the highlight of first item. I stored the first highlighted $(this) as var $selectedItem = $(this). And again i m trying as $selectedItem.removeClass('ui-btn-active'). But its not working... Waiting for you guys to reply on my issue. Regards, bngk
  • Validator dynamic fields

    Hello, this is just for info, if some one is facing the same problem as me. I have a form, with the option to "clone" a part of the form. Which gave me code like: http://jsfiddle.net/TP768/ I could not understand why it only said error on the first field. Then i played around and added values inside the [] http://jsfiddle.net/Z5aHK/ And now it worked.
  • How to do this

    I have this code here <script> $(document).ready(function(){  $("button").click(function(){ $("select").hide();  }); }); </script> So I understand basics of jquery but bigger problem is with how to go beyond basics. So On my page i have <button>button name</button> when i click it, all elements "select" will hide. How to unhide them? I tried this, but it does not work. <script> $(document).ready(function(){   $("button").click(function(){                   if $("select").hide()== true {          
  • Is it posible to make this.

    Hi there ! I'm new to jquery and i have a question, Im an intern at a 3d-company and i mostly have been working with max and adobe(ill,Ps,Dw) Now, ive been chosen to make a website based on jquery, im new to this and this is why i am asking for the communities help !. The goal is to develop something like this : www.lore.com/story And i have no idea where to start as in witch part of jquery is the most usefull to learn concerning this project, and this is exacly what this asignment is : im getting
  • Iphone/Ipad/Safari.... Font weight changes on device Orientation change...

    [Happens in IPhone/IPad/Safari] When the device rotates from one orientation to the other... the fonts becomes thicker in app... this can be overridden/solved by extending .ui-mobile-viewport  with the following... -webkit-transform: translate3d(0,0,0); I request the JQM plugin developers to add this.
  • accordion and form in the title

    Button        <input type="button" value="Cancella" onclick="location.href='index.php?tipo=1&sezione=10&pers=<?php echo $persona;?>&funzione=CANC&nota=<?php echo $row_dati['id_schecollo']; ?>'">       Form       <form action="index.php?tipo=1&sezione=10&pers=<?php echo $persona;?>&funzione=CANC&nota=<?php echo $row_dati['id_schecollo'];?>" method="post"> Colloquio avvenuto in data <b><?php echo ScoDate ($row_dati['data_colloquio']); ?></b><b><?php echo " " . $row_dati['animatori']; ?></b> <input
  • Jquery Mobile Panel not working

    I am trying to get the Panel to work as per doco here: http://jquerymobile.com/test/docs/panels/index.html I am having no luck, here is a copy of some code in jsfiddle: http://jsfiddle.net/rhounslow/v3cYX/ Any help would be appreciated. Thanks in advance, PK.
  • Large image, zoom and fixed menu???

    Hi there, I've been ask to develop a mobile web using jquery mobile. We are running JQM 1.2 and JQ 1.7.2 . We are facing the following case. 1-We need a fixed top and bottom menu (easy thing to achieve regarding some mobile compatibility issues) 2- the main page contains a image with height=1284px and width=2334px  so... We've managed to scroll it horizontally, however the main problem is that we weren't able to pinch zoom in/out the image and is a must requirement for the client. Then we found that
  • Next Page

  • Announcements

  • The Basics of jQuery AJAX

    A step-by-step tutorial for those new to jQuery and wanting to use AJAX in their projects. Includes valuable information about troubleshooting using the console and understanding the request / response. http://jayblanchard.net/basics_of_jquery_ajax.html
  • jQuery Conference 2010: Boston Announcement

      The jQuery Project is very excited to announce the jQuery Conference 2010: Boston on October 16-17, 2010.  The conference will be held at the Hilton Boston Logan in Boston, Massachusetts.  The best part of this announcement is that Tickets are on sale now!  This venue is the largest that the project has worked with to date (Harvard Law School in ‘07, the MIT Stata Center in ‘08 and Microsoft New England Research Center in ‘09) and we expect to sell out very quickly. A brief synopsis of some of