JQuery :: Plugins Stopped Working / Get It Back?
Oct 6, 2010
About 2 weeks ago, I had some plugins just quit working. I have searched and cannot find anything about this issue. I have not made any changes, prior to this happening.
The issue, so far, has affected the "blockUI" plugin, and the "print" plugin.
All I get back now (instead of working code), is that the particular plugin is not a function. Something like code...
I've tried changing it to blockUI(), rewriting it the way the print plugin worked, but nothing seems to be working
View 2 Replies
ADVERTISEMENT
Dec 8, 2009
Okay here is the deal: have a portion of the website on the server. Worked great an hour ago. Did absolutely nothing to it. An hour later none of the jquey elements are responding either on the server or locally on the computer. Did absolutely nothing to any file or server within that hour. Check site on other computers same response. What causes jquery failure? How do I troubleshoot?
View 2 Replies
View Related
Sep 19, 2010
i am retriving some data from database and displaying it on a html page in table format and using a jquery plugin(tablesorter) to display it in form of gird.
Evrything is working fine i am able to use all functionality but when i load this page on some other page using ajax then that jquery plugin stops working.
View 3 Replies
View Related
Jun 10, 2009
Using AJAX, I wrote a little function that will call a .cgi script on our server, and populate 2 different select fields. The JS code is:
Code:
$(function(){
$("select#Continent").change(function(){
alert("HERE");[code]....
Now, I know #Continent exists - as I can see it fine in the HTML.
View 3 Replies
View Related
Feb 9, 2011
I've been working on building a site and I was styling a form via css when I realised after I finished that the jquery I'd spent the day working for some reason has stopped functioning.When I say stopped functioning I mean selectors work, classes applied via css etc work, things are working but transitions via coda slider and jflow plus i've put in aren't coming in for no explicable reason. Atleast to me, its frustrating having spent a bit of time working on these respectively. When I check it in firebug the 'slides' change and when I close firebug it switches back in jflow and coda just isn't working but css styles are being applied. I'm really hoping this is something my end rather than a screw up somewhere, I can't see what I would of done though just by editing CSS.
The site is http:[url]...
View 3 Replies
View Related
Jun 23, 2009
Last year I used jQuery slider to gather input of several continuous variables. It worked very well. In the intervening year I updated jQuery and jQuery slider and moveTo seems to not work. In fact I do not see moveTo mentioned in the slider documents. This worked previously:
$("#slider1").slider({
min: 20,
max: 100,
startValue: 20,
[Code].....
View 6 Replies
View Related
Apr 30, 2010
[URL]
I have a tool tip on the bottom right pictures.
I added the slidedeck accordian...now only the accordian works..not the tooltip.
Im sure there is a way to combine the code...etc.
View 4 Replies
View Related
Aug 1, 2010
I had the following, which worked perfectly:
<a href="#" class="page">1</a><a href="#" class="page">2</a><a href="#" class="page">3</a>
and the jQuery:
$('.page').click(function() {
console.log("you clicked");
});
But now when I add the links within a div, it stops working.
<div id="newsPages" class="pageNumbers">
<a href="#" class="page">1</a><a href="#" class="page">2</a><a href="#" class="page">3</a>
</div>
This frustrates me so much, because shouldn't it still find the links? I tried the below just to make my selection more precise (even though I'm pretty sure it doesn't matter if there are no other links of that class on the page):
$('#newsPages .page').click(function() {
console.log("you clicked");
});
$('.pageNumbers .page').click(function() {
console.log("you clicked");
});
View 4 Replies
View Related
Aug 16, 2011
I'm using mootools-core-1.3.2.js & mootools-more-1.3.2.js to toggle hide/show a div
but since I started using jquery-1.4.4.js the mootools toggle stopped working. Here is the jquery code I'm using on all of my pages
Code:
$().ready(function() {
function formatItem(row) {
return row[0] + " (" + row[1] + ")";
}function formatResult(row) {
return row[0].replace(/(<.+?>)/gi, '');
} .....
View 11 Replies
View Related
Apr 8, 2010
i am trying to use both the lightbox plugin and a fade in/out effect [URL] at once on a set of thumbnail pictures in a website. [you can see the site as it is so far here [URL]For some reason, only one or the other will work. My <head> currently looks like this:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="title" -->
[code]....
View 1 Replies
View Related
Sep 1, 2010
WhenIrun the below code above the init code for jQuery plugins it stops them working. Im just trying to run the code after the DOM has loaded, is there a better way? <script type="text/javascript">$(document).ready(function() {
// The gallery is hidden so need to unhide it.
document.getElementById('verticalCarousel').style.visibility='visible'
})
</script>
View 4 Replies
View Related
Sep 26, 2010
working form validation plugins?
View 4 Replies
View Related
Apr 27, 2010
I load content from a separate php page into a div in my other page. This is done using .Get I believe.I've taken the plugin from net tuts +This is working, however, plugins that are supposed to work with the content that's just arrived aren't. Only when specifying that page and loading that as a whole. Long version:I'm doing a website that's pretty graphics intensive. It's more like an application really, only with very "scarse" interface. So I liked the idea of loading only the new content directly onto the already loaded page instead of reloading everything.
And so I found a plugin from net tuts that did the very same thing.Basically, this plugin lets you load content from a said div container directly as a feed onto the page that's already loaded. So all pages are the same, with the only change being in the same div container as all pages have.Now, several issues occurred. What I find strange(probably not for you) is the fact that plugins that I use somehow stop working when loading the content using the said plugin. Cufon stopped working on the newly arrived content. And the same thing happens with a slide menu plugin as well that also arrives with the new content. But if I completely load the page that contains the div with Cufon and the slide menu, everything works as normal. But as soon as I click a link and new content arrives, plugins in that content does not work.
What am I missing? The pages are completely identical, with only a few differences in the a div container that both pages have. Clicking links are supposed to only remove existing content, fetch new content and place it in exactly the same location. One would think that scripts that are already loading in <head> would work with the newly arrived content as well?
View 3 Replies
View Related
Mar 6, 2011
I am very new to JQuery and I honestly don't know much about JavaScript programming either. I have setup this website and in it I use 2 plugins:
1) A scrollbar plugin (jquery custom content scroller)
2) easy slider (Easy Slider 1.7)
The scrollbar plugin worked just fine but when I tied in the JQuery for easy slide, the scrollbar plugin stoped working. I am pretty sure that the problem is related to the 2 different JQuery versions that I try to bind in, or is it?.
View 1 Replies
View Related
Oct 6, 2010
I'm brand new to jQuery, so I apologize if this is a 101 question, but I'm trying to sort out a production issue. I do QA for an ecommerce website. When one of our developers made some changes to our application recently, a couple of the plugins we use stopped working on those pages. Looking at the code, it seems we load jQuery 1.4 and several plugins, including autocomplete and popdown. In the changes, for some reason, the developer loads jQuery 1.4.2 (after 1.4 has been called) but doesn't call the plugins again. I'm assuming that this is the reason the plugins stop working. Can anyone confirm this theory?
(The reasons why we don't call 1.4.2 earlier in the document are, sadly, mostly bureaucratic. If I can get this confirmation, hopefully I can push through that.)
View 1 Replies
View Related
Feb 28, 2009
I was hired a while back to maintain an existing site at (http:url]...). I believe the site was originally designed with Dreamweaver several years back, including the menus.The pop-up menus have worked fine until recently. They seem to be working fine in every browser (Firefox, Safari, Chrome) expect IE. I have spent several hours trying to determine the problem, with no luck.My knowledge of Javascript is limited (which is part of the problem).I have made no changes to the menu code recently, so I don't know how to track down the problem. IE says there is an error "Object Expected" in this line:
<script language="Javascript1.2" type="text/javaScript">mmLoadMenus();</script>
<script type="text/JavaScript">
<!-- Hide from old browsers[code]....
View 3 Replies
View Related
Feb 9, 2011
I have searched all of the forums before posting this, every year I have a Halloween Party and post it with this script for the continuous countdown?Now it is not working it seems to be off by one day?
var today=new Date()
//Enter the occasion's MONTH (1-12) and DAY (1-31):
var theoccasion=new Date(today.getFullYear(),10 ,31 [code].....
View 8 Replies
View Related
Mar 3, 2009
I'm using Lighbox on a project I'm working on, it was working and all of a sudden has stopped. I have changed nothing. Here's how I have the lightbox.js file added to the header
<script type="text/javascript" src=scripts/lightbox.js"></script>
And in the image tag I have added the rel="lightbox"
<div class="thumbnail">
<a href='images/display_images/<%#Eval("Name") %>' rel="lightbox" title='<%#Eval("Description") %>'>
[Code].....
View 4 Replies
View Related
Jul 17, 2005
I've run into a bit of a hard-to-diagnose problem with my javascript menues in IE. The menues work fine in Mozilla/Firefox, but in IE the mouseovers don't appear and the submenus don't appear when the menu items are clicked. Code:
View 3 Replies
View Related
Mar 13, 2010
I've created a test site which shows the problems I'm having getting my images to display properly using lytebox. I'm running lytebox rather than lightbox as it's better at handling iFrames. I've spent hours trying to figure this out - I had it working initially yesterday, then suddenly, for no reason that I can see as I changed nothing, it stopped working entirely. It should be so straight forward yet it clearly isn't working. Even after creating this test site I get nothing. Perhaps a fresh pair of eyes will see what I'm unable to.
View 14 Replies
View Related
Mar 26, 2010
For a lot of years now I've used a javascript that does a simple rollover image swap, but also changes another alternate image at the same time. It's always worked like a charm.Lately I realized that the script no longer works in IE, though it used to in older versions of IE (I think it stopped working in anything past IE 7). It still works fine in Firefox, Safari, etc.I haven't been able to find a good alternative for this script, so I'm really trying to get it to work again in IE, but so far no luck.Here's the link to the actual script itself.
http:[url]....(you can see that even the example on this page doesn't work in IE anymore)
View 5 Replies
View Related
Jul 9, 2009
I'm having a problem understanding why would a form I built before would stop working now. Basically I have some javascript functions that are being called in a reservation form with 2 buttons.The "More Options" button is working fine but when I enter my email and click on "Continue" it doesn't do anything, if I leave the email field blank and click continue it works but poping the alertbox..
View 3 Replies
View Related
Nov 22, 2009
These videos are supposed to be linked from youtube... When I try to upload a video it keeps on coming up as an invalid video... It gives me an example of what a proper youtube link should be but even when I enter the example it doesn't work... Does anyone have any ideals? I have already asked in the other forums and they said that is was a JavaScript error or has something to do in javascript... I am fairly new to programming and this is my first website so please be patient... To get to the video upload page follow these instructions... you have to be in your user profile... log in using this information... User Name: supramaniac Password: lakeella After you log in go to the Member Menu on the left side bar and click on Your Videos...
View 1 Replies
View Related
Apr 8, 2010
I recently went into twp php files and made a few very minor changes to some outdated $date functions. Now, I have three small icons for 'copy', 'paste','delete' using the javascript 'onclick' function that have stopped working.
In fact, when I replace the two recently revised files with the originals, these icons no longer work there either.
From the primary php file is the relevant lines of source code....As far as I can tell, the second paragraph in each area is returning a 'null' value; i.e. o1a.options.selectedIndex is null.
From the supporting php file are the following lines of code....
None of these lines of code were changed or altered when I was updating the code.
View 6 Replies
View Related
Jul 9, 2009
I'm having a problem understanding why would a form I built before would stop working now. Basically I have some javascript functions that are being called in a reservation form with 2 buttons.
This is the JS code:
var bgMemory;// save color information
var fgMemory;
var statusinfo = false;
[Code].....
The "More Options" button is working fine but when I enter my email and click on "Continue" it doesn't do anything, if I leave the email field blank and click continue it works but poping the alertbox.
I just realized that if you goto the page [URL] and you view the page's source, you'll notice in the javascript that there are 2 email validation functions and none of them is present in the actual file code (reservation-form.html)... I don't know where are they coming from.
View 8 Replies
View Related
Dec 1, 2011
I know next to nothing about coding, and have been trying to teach myself with a personal folio project. I posted some progress here a couple of weeks back that looks like this:[URL]... Note that the version above has a fully scalable background image. I uploaded the 'finished' version, which looks like this:[URL]..
I'm pretty sure I didn't change anything to do with the scalable background, but now it doesn't scale. I've been comparing the two all day and this is driving me crazy The Fullscreen plugin I'm using is this one here:[URL].. I'm hoping that this is just a really silly error on my part,
View 1 Replies
View Related