JQuery :: Sortble Demo Not Working
Feb 9, 2010I am having problems using the sortable function. For me the demo from here does not work: [URL] Is the demo broke or is someting on my computer?
View 2 RepliesI am having problems using the sortable function. For me the demo from here does not work: [URL] Is the demo broke or is someting on my computer?
View 2 RepliesThis promising-looking plug-in doesn't play YouTube video for me in FF 3.6.8 or IE8.
View 3 Replies View RelatedOn the treeview "Large Tree Demo" page, when "Expanding All" the links at the bottom of the page are not displayed correctly. Some of the links don't connect to the parent nodes. I have tried this using IE8 and Firefix8 with the same results. Can this be fixed ?
View 5 Replies View RelatedThe Demo in Chrome 6.0.472.25 dev renders all the examples inoperable. It works in Firefox and Explorer with this url to my hard drive.[URL]
But in Chrome no luck. See the attached screen capture "ChromeProblem.jpg.
I tried to solve this months ago, and I discovered downlevel versions of Chrome worked. Which one?? I don't remember, but after upgrading Chrome the jQuery UI Demo always stopped working. I tried many different machines, all with the same result
Attachments
ChromeProblem.jpg
Size : 38.72 KB
Download : 356
I have a script (thanks to brian.jquery12) which changes the class on my body, which changes the bgrd colour of my page. This imitates the changes seen during the day in the real sky.I would now like a script which speeds up the whole process for demo purposes when a button/link is clicked.The class change occurs at the following times of day 0, 7, 12, 15 & 18.I am not sure where to start with this. Any tips or links to other posts. I have searched but not found what I need.
View 2 Replies View RelatedSomehow I can't get this to work on that page: [URL]...
View 2 Replies View RelatedI am new to jQuery, but seems prettyy straightforward. URL validation is failing on [URL], even ion the demo site. Not sure why as it is a clean url (generated by wordpress) and takes me to the appropriate content.
View 2 Replies View RelatedI canīt get the Captions of the cross slide demo to work.
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.min.js"></script>
<script type="text/javascript" src="xxx.js/jquery.cross-slide.min.js"></script>
<div id="kenburns"></div>
<script>
$(function() {
[Code]...
The images appear and are zooming and sliding but I canīt get the caption work. What I am doing wrong. Wld be great if someone have a solution.
It felt like 99% of everything I do with jQuery involves a database some tree-structure so I figured I'd try jsTree out. I uploaded the demo and the way it seem to work is for every parent in the tree it calls a function get_children (PHP) with AJAX which makes a SELECT-query for that node to get the immediate children.
Am I missing something or isn't that extremely demanding on the database? The way I always do is get as much as I can from the database in one go then put it into PHP-arrays. With that plugin as I've seen a lot is that they put all the database-calls inside a class, do all those queries get pre-loaded or something when you call "new Database"? Or is a SELECT-query for a few rows just not that demanding at all?
Anyone know of any good beginners guide to layers online, preferably with
examples of form elements (initially populated from a database) updating the
parent page?
I have the basic functionality working with a popup window and
'opener.document.form1', but this doesn't look that good and I can't get it
to fill anything but a form element on the parent page.
I'm creating a demo website (pure to show design and content - not going live) and I want users to be able to click through the site and to use a back button on the site that goes back through the pages they entered.I have these pages.
1.html
2a.html / 2b.html
3a.html / 3b.html
4.html
a user will only go to either the a or b page.so when a user is on page 4 i need a button to link the user back to the correct version of page 3 & 4.at the moment i'm trying to use the querystring to input values but having problem persisting them/
I was using JQuery 1.2.6 but after I downloaded the version 1.4.2 I get the following error on FireFox: uncaught exception: Syntax error, unrecognized expression: .
View 1 Replies View RelatedI have are created dynamically buttonset toggle radio button with following code. All is working okay but just I have added onclick function which is doing window.location which is working with FireFox but not working with IE and google chrome.
<script type="text/javascript">
var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
$(function () {
$('#btnSet').buttonstrip();
[Code]....
I have an input text field with an add/submit button - it's purpose is to add tags to an article created in a CMS. Whenever a tag is entered
1) I am using a click listener on the submit button
2) and am calling Jquery.load() to perform some checks/validation and
4) add the tag to the database
5) then retrieve the new set of tags for that article and inject them into the DOM.
Therefore there are two click listerners in my header:
1 for the submit button:
$('#tags_submit').click(function() {
var tag = document.getElementById('tags_search').value;
var article_id = document.getElementById('a_id').value;
$('#tags_results').load(submit_link, {tags_search: tag, a_id: article_id});
[Code].....
I've the following AJAX code:
[Code]...
This code works to insert a MySQL record to a Database using AJAX. It works fine on IE, but it's not working on FF or Chrome. When I test it on FF/Chrome, i just get the text "Just a second..." and it doesn't advance from there.
All Code Working fine in Firefox and Google Chrome, But in IE nothing happened Ajax Function IN MAIN PAGE
<script language="javascript">
var xmlHttp
function showBabyId(str)
{
xmlHttp=GetXmlHttpObject();
[Code]...
The Open Window in Javascript is not working properly in Firefox but is working in IE. What could the reason be?
[Code]...
I am working on a Javascript application and i am facing a strange behavior of the application in IE. I am creating a table at runtime using DHTML and registering event for the table row click. When i deploy this application on web server and browse the application, the events fires in firefox and chrome but in IE the events are not fired. If i browse the application from the server with localhost, the application triggers the events and fails when i use machine name.
The following is the source code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
[Code]....
I am trying to create 3 boxes with 2nd select box content to be uploaded on the basis of value selected in first box and third box list should be uploaded on the basis of value selected in 2nd box.i have written coding for that as below but it is not working .
<html>
<head>
<title>Search Website</title>[code].....
hereis the html file and javascripton click of this button a
[Code]...
I just realized that it seems like Internet Explorer doesn't get Javascript to work locally but only on a live site how can I get Internet Explorer to work locally? as well as live? For testing purposes. Everything runs right in Mozilla Firefox.
View 8 Replies View RelatedJS settimeout is not working in Mozilla but working in IE
View 3 Replies View RelatedI have a jQuery code to allow users to login using a lightbox [URL] and immediately start downloading files, without being redirected or having the page reloaded. It's perfectly working in Firefox but Internet Explorer keeps showing the login box until I reload the page
[Code]...
I have a website that lists the movies I have on my computer and then when you click on a link for that movie, it retrieves information from IMDB. The code is in testing but for the most part it works.I was wondering if anyone knew why the following JavaScript would work on Firefox but not in IE. I develop on Linux, and I know there are IEs available for Linux, and I have used them before. I will be sure to track down the issue later, but from the resources I've been using, this should work in both major browser types (standards compliant and microsoft).The code is very dirty, and I have started an object oriented rewrite, but if I don't have the proper DOM skills for IE in this spaghetti code then I doubt anything is going to change putting it all into Objects.
JavaScript Code:
Original
- JavaScript Code
[code].....
Let me say ahead of time I haven't the slightest clue how to write JavaScript, I've been copying and pasting for 12 years the same code and it's always worked.Right now, I'm having an issue with 2 of the 4 button graphics not doing the hovering effect they're supposed to. I DID do a search for this and couldn't find it so please forgive me if it is indeed here somewhere.Again, to be clear, 2 of the 4 images ARE going to the 2nd image when hovered over. 2 aren't and I can't figure out why. I've tried JavaScript validators linked from this very site but what they tell me is Greek to me.It's images 3 and 4 that aren't doing their hover effectsHere's the code: (I PRAY I posted this code right. If not, I'll try to fix.)
Code:
<SCRIPT TYPE="text/javascript" language="JavaScript">
<!--
[code].....
Suppose,closing the browser through Browser Close Button(Top Right Corner cross(x) button), i have to execute some ASP script , for that, in body onUnLoad Event calling a fucntion called CloseWin(e,frm), it is working in Internet Explorer successfully , But in FireFox not working. how to solve this problem. or any other way to get the co-ordinates of browser close button( code for both IE and Firefox).
code follows
function CloseWin(e,frm)
{
//frm required for my program
var bButtonClicked = false;
[Code]....