[jQuery] Thanks to all jQuery developers
I don't know if this is said often enough as I'm a relative newbie to jQuery, but I'd just like to say a big THANK YOU!! to all those involved in the jQuery project - developers, documentation writers, contributors to this group, and anyone else I've forgotten. Whilst, for me at least, jQuery was a steep learning curve despite/because of my programming background, it really is a very elegant framework with a hell of a lot of work put into it, which saves us web designers/ developers having to write
[jQuery] jQuery in an eBay auction template? Is it possible?
Ok, let me start by saying I'm not a great programmer. I can do well with HTML & CSS but don't know a ton about js & jQuery. Anyway, I'd like to include some jQuery in the form of a gallery of images in my eBay auction. However the problem I run into is that when I paste the completed code into the eBay I get a message that says "Your listing cannot contain javascript(".cookie", "cookie(", "replace (", IFRAME, META, or includes), cookies or base href". So I revised the code to include no hrefs to
[jQuery] Redirect to another page on selected option value
Hi all, having a select option: <select id="NewUser" name="NewUser"> <option value="0">---Insert New User---</option> <option value="1">Mark</option> <option value="2">Ted</option> </select> on the click of the input=Submit, if is selected "Insert New User", how can I redirect the user to another page (.aspx, .ascx, .html, etc) where he can insert the new values? Thanks in advance. Luis
[jQuery] jquery cookie plugin
Hello This function works with the jquery cookie plugin (http://plugins.jquery.com/project/cookie) and code from here (http://www.komodomedia.com/blog/2008/07/using-jquery-to-save-form-details/) <script type="text/javascript"> $(document).ready(function(){ remember('[name=field_name]'); }); </script> It remembers the input field name "field_name". Does anyone know the correct way to add additonal input fields to the "remember" function? Many Thanks -- View this message in context: http://www.nabble.com/jquery-cookie-plugin-tp24163193s27240p24163193.html
[jQuery] Is there any possibility to get Light window option Using Jquery functions , Autocomplete hints from database
Hai, I am New to Jquery.... When i click a hyperlink(anchor tag) I need to display a php page in light window. Autocomplete or Auto-suggest similar to googlesuggest In google.com....I heard we can do this using Jquery Thanks and Regards, Anjith
[jQuery] crazy if... !not working.
Ok, here is what I want to do (extracted from: http://docs.jquery.com/Traversing/hasClass): <script src="http://code.jquery.com/jquery-latest.js"></script> <script> $(document).ready(function(){ $("div").click(function(){ if ( $(this).hasClass("protected") ) $(this).animate({ left: -10 }, 75) .animate({ left: 10 }, 75) .animate({ left: -10 }, 75) .animate({ left: 10 }, 75) .animate({ left: 0 }, 75); }); }); </script> And here is my code: <script type="text/javascript" src="scripts/jquery.js"></script>
[jQuery] Handling metadata in current version
I'm looking at: <a href="http://docs.jquery.com/Plugins/Metadata">http://docs.jquery.com/Plugins/Metadata</a> and see that the plugin has not had any activity since late 07. Just getting started with jQ and am interested in understanding compatibility-related issues before diving into the tasks this plugin provides. or alternatives.thx
indipendent event for ajax call
Hi. I'm using ajaxStop and ajaxStart in a div for displaying a loading img. This trigger all the ajax event of the document. What I have to do for leaving this but use another trigger in a different ajax call? I mean. There is a call that I don't want to use with the loading img of the "general" ajaxstart/stop. I want to specify what to do when THIS call start and stops and ovveride the general one in document ready! Thanks
[jQuery] Question on writing a jQuery plugin
So I'm trying to create a real simple jquery plugin for sliding screens around in a wizard like format. All this is really doing is changing the CSS left property. What I want to be able to do is this $("#bigmasterframe").screenWizard(optionsObject); The options object contains things like the size of the frame so it knows how far to slide. The trick is I want to be able to do this: var pageWizard = $("#bigmasterframe").screenWizard(optionsObject); And then I want to be able to say pageWizard.advance()
[jQuery] Best web app automation testing tool?
Hello - I've been evaluating different web automation testing tools that allow you to record actions and play them back in the web browser window to automate testing. So far I have tried Molybdenum & TestGen4Web Firefox plugins. I was not able to get Selenium IDE work for some reason. Molybdenum & TestGen4Web do not seem to activate the jQuery UI controls. For example if I record clicking on a text field that has a date picker, the testing tool cannot find the element in the DOM to register the click
[jQuery] dataset load
My first question and a possible n00b question... I wanna preload a asp.net dataset by firisng a webservice without waiting for the document to complete load ... Images etc.... I know it will need ajax call... Can xome someone here kindly walk me through the steps to do this ?
[jQuery] jCarousel & Google Chrome
I am having an issue with unhiding carousels. When a carousel is initially hidden (like on a tab), then the div in which it resides is set to display:block, the carousel is empty. In IE/FF this is resolved rather easily by not initializing the carousel (calling $("#myObj").jcarousel(...) until it is first shown. In Chrome, this does not work. You can see this behavior on my website (http://www.ucubd.com) The tabs at the top left each contain a different carousel which is being dynamically loaded
[jQuery] jQuery and Google Chrome
I am having an issue with unhiding carousels. When a carousel is initially hidden (like on a tab), then the div in which it resides is set to display:block, the carousel is empty. In IE/FF this is resolved rather easily by not initializing the carousel (calling $("#myObj").jcarousel(...) until it is first shown. In Chrome, this does not work. You can see this behavior on my website (http://www.ucubd.com) The tabs at the top left each contain a different carousel which is being dynamically loaded
[jQuery] Pager on click not working
I have a table using the tablesorter / pager and I have a on click function for each of the table rows it works great on page 1 but once you go to the secound page on it dosent work I have noticed alot of posts on this on the internet but no one seems to have an answer can someone please help me figure this out. here is my code $(document).ready(function(){ $('#add_new').click(function(){ $.cookie('opp_update', '', { expires: -1 }); window.location='/crm/oppform'; }); $('.edit').click(function(){
bgiframe for PDF overlay not working
I have a PDF file that appears in an IFRAME. I use the ddsmoothmenu but the dropdowns will not overlay the PDF. I read I could use the bgiframe plugin to solve the problem, but so far have been unsuccessful…the PDF always appears on top. Does anyone have any experience using bgiframe to layer on top of a PDF in an IFRAME? Here is my demo code based on the sample files: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html debug="true">
fadeIn/fadeOut not working in IE
I'm building a webpage using the fadeIn and fadeOut effects. For some reason, it's working fine in Firefox 3.0.x but It simply doesn't fade in IE7. In IE7 (and the image just changes without fading. I suppose it's a graceful degradation, but my understanding was that this was supposed to work in all major browsers. Oh, and there are no javascript errors in any of the browsers. Here's the site: http://www.patriciashin.com and here's the jquery: var left_offset = 0; var fade_time = 500; // twice this
[jQuery] Looking for jQuery experts for Open-Source Social Annotation platform
Hello all, I work on an open source social meta-web and annotation tool called ShiftSpace (http://www.shiftspace.org, http://github.com/ShiftSpace/shiftspace/tree/master). The ShiftSpace platform is primarily written in MooTools, however with the release of MooTools 1.2.3, it is now possible for MooTools and jQuery to coexist. To see the kinds of social applications that can be built with ShiftSpace check out http://moma.org. At the moment the non-GreaseMonkey plugin version of ShiftSpace works just
Custom context menu 'Normal Action' bubbling/event issues
I am integrating a custom (left click) context menu into my system. I know, i know, bad UI, etc. but it does make sense in the system. Regardless, I've tried a few different jQuery context menus, they work well, but I can't figure out how to make the click of a context menu item cause the original action of the object the menu is working for to function. All the menus I've tested use e.preventDefault() or return false;. Which makes sense, but I thought it would work if I had a normalAction variable
input type file change event triggered only first time
Hi all, I have an input field of type file on my form and I want to do some stuff with jquery on the change event. The problem is that the event gets triggered the first time I select a file after the page get loaded. Then selecting another file does not trigger the event, is this normal ? I have to reload the page before selecting another file and see the event triggered. Here is the code I use : $(document).ready(function() { $("input[type=file]").change(function() { doSomething();
[jQuery] .load() function control
I'm loading content with the .load() method. How do i only allow one click to the link. I don't want future clicks to keep loading the same content. $(document).ready(function(){ $("#FAQ").click(function(){ $('<div id="faqcontent" />').load("content.htm #faqs" , function(){ $(this).hide() .appendTo("#content") .slideDown(1000); return false }); }); }) I've got all the content loading correctly, but i don't know where to go from here to prevent the content
[jQuery] NyroModal stripping out my JS
I have NyroModal plugin pulling in a page with javascript on the page. And NyroModal is stripping out the scripts. < script > header tags are gone. inline JS is gone. What gives? :( Thanks
[jQuery] Jeditable, Should a rebind be necessary after ajax return?
Hi, I have 3 fields that im attaching jeditable to. I run my own ajax function to send the form elements to the edit url. All works fine but the controls seem to get unbound when i click the submit button in firefox and chrome. If i submit using the enter key they do not get unbound. I don't think a rebind should ever be necessary as I am setting the text of the bound element not replacing it. Does anyone have a clue whats happening here? $(document).ready(function() { $("#event_details_email").editable(submitEdit,
[jQuery] Show/Hide multiple table rows. Pls help
Hi, I have a problem i've been trying to solve for a while. I have a table that is dynamically generated. I need to be able to hide and show certain table rows. for e.g. <table> <thead> <tr> <td><heading1></td> <td><heading2></td> <td><heading3></td> </tr> </thead> <tbody> <tr> <td>DATA1</td> <td>DATA1.2</td> <td>DATA1.3</td> </tr> <tr> ----- <td>data1</td> | <td>data1.2</td> | dynamically generated by an array when page loads, <td>data1.3</td> can be more table data rows and is to be hidden. | To
[jQuery] Error : 'document' is undefined
I am not able to install JQuery , While installing I have following error - Error : 'document' is undefined Line : 12. Could you please gimme a solution? Thank you
[jQuery] Is this the correct way to get the value of a checked radio input?
<font size="2"> $(</font><font color="#006600" size="2"><font color="#006600" size="2">'input[@name=deals]:checked'</font></font><font size="2">)</font><font color="#0000ff" size="2"><font color="#0000ff" size="2">.val</font></font><font size="2">(), <div></div></font>I'm having some trouble getting the right results and trying to narrow down the problem... <div> </div> <div>Thanks,</div> <div> </div> <div>Rick<br clear="all"></div> <div> <font color="#c0c0c0">----------------------------------------------------------------------------------------------------------------------------------------
drop down menu
Hey guys I am creating a drop down menu using jquery and I am getting a problem. When I hover over the link it displays how I want and then the second and thrid time I hover over the same link the drop down menu gets smaller and smaller and finnally stops working her is the code: $(document).ready(function(){ $('.nav-point').hover( function () { $('.sub-nav',this).stop().slideDown(400); }, function () { $('.sub-nav',this).slideUp(100); } ); }); $(document).ready(function(){ $('.nav-point').hover(
[jQuery] [validation plugin] Label disappears on validation
Hi, Let me describe the problem I have to solve : When a field is unvalid : its label gets the errorClass class. Allright ! When the field gets valid : the label, instead of only "loosing" the "error" class, completely disappears (style="display: none;"). How can I keep my labels displayed when the validation is OK ? I described this as a bug (http://plugins.jquery.com/node/8592), I have been answered :" Adding the errorClass to the regular element doesn't work - the plugin uses the errorClass to
[jQuery] Validate
HI I am trying to use the Validate plugin for Jquery with .NET. I managed to work it out on one particular page. However I have a minor problem. Let's suppose you have a page with 2 Query tabs. In the first tab the user can add a Person which includes Name, Surname etc. In the other tab the user can add some Person History. Now in the first tab Person Name is required. So I create a validator on First Name on the first page and it works ok. In the second tab I create a required field on another field.
[jQuery] documentation
Hi! Thanks a lot for this plugin! I've started to explore star-rating plugin today and at this moment I have two notices about the documentation which could be found at http://www.fyneworks.com/jquery/star-rating/#tab-Overview. Firslty, I think that it is not always easy to understand for every example - step by step: 1) How HTML looked like before the script was implemented; 2) Which definite code we used for this example; 3) What do we have as a result; These pieces of information are often situated
[jQuery] How to abort fadein/out processing?
Hi, This is my first time using jquery and Ive designed a small and simple fadein/out script that acts as a rollover on this navigation bar: http://relentless-servers.co.uk/Relentless%20Servers%20v3/ Here is the code: $(document).ready(function() { $(".navbutton").not("#active").hover(function(){ $(this).siblings(".rollover").fadeIn(300); },function(){ $(this).siblings(".rollover").fadeOut(300); }); }); It works great. However, if a user quickly moves their mouse over
[jQuery] Potential "blind sql injection" vulnerability with Superfish JS?
The client we're building a site for recently had a server wide scan done by SecurityMetrics.com for PCI compliance. This was required by their banks commercial credit card service. The report came back with a "Possible blind sql injection" vulnerability warning level 4 out of 7 for the Superfish menu javascript. Anything 4 and above keeps them out of compliance. This file is for the Superfish menu. Is there a workaround for this potential issue?
[jQuery] I am new to this Jquery....i need to display 4 messages(in news sectiiion) one after another in a div tag
i need to display 4 messages(in news sectiiion) one after another in a div tag.....as in yahooo.....
Is this easy, a little confused!
Hi guys If anyone can help a little with this it would be very much appreciated! I have a test results form with just a single input box for each test result. eg <label for="testscore_1"> <input type="text" class="text" name="testscore_1" id="testscore_1" value="" maxlength="2"/></label> <label for="testscore_2"> <input type="text" class="text" name="testscore_2" id="testscore_2" value="" /></label> <label for="testscore_3"><input type="text" class="text" name="testscore_3" id="testscore_3" value=""
[jQuery] Form Validation Plugin: customize input validation
This is in regards to Jörn Zaefferer's plug in. How do you customize input validation so that I can remove foul language? So that first name or last name doesn't have "f*ck you" or something like that. is this possible? Thanks!
[jQuery] am searching popup plugin
Hi members ,<div> </div><div>Past couple of hours am searching the popup plugin ,</div><div> </div><div>Am looking like</div><div> </div><div>When i click the link , i want to open the popup window ,</div><div> </div><div>I want to scroll the parent window ,even after popup window is opned ,</div><div> </div><div>Tell me the plugin name ,</div><div> </div><div> </div><div>Thanks </div><div> </div><div>B.S.Bharanikumar</div> <div> </div><div> </div><div> </div><div> </div><div> </div>
[jQuery] SOT: Transparent AIR apps with custom chrome (using jQuery)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0"> <TITLE>SOT: Transparent AIR apps with custom chrome (using jQuery)</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <BR> <P><FONT FACE="Arial">I just released another blog post in my jQuery and AIR series.</FONT> </P> <P><A HREF="http://andymatthews.net/read/2009/06/21/jQuery-and-AIR:-Transparent-AIR-applications-with-custom-chrome"><U><FONT
[jQuery] jQuery returns [object Object] on a blank page -- i am a newbie please help
HI, i am trying to build a bookmarklet using jQuery to display a form in an overlay. The overlay displays displays correctly if I execute the code from a file. But once i move it to the href of a link, it returns a blank page with the javascript in the url and [object Object] in the body of the page. I am using load() function to load the html and css required. I am fairly new to jQuery and this is my first app. in jQuery. I dont know what i'am doing wrong. please help. The following is the code.
[jQuery] Undocumented move/copy behavior of append() et al.
Hi, At [1] and [2] I read about the different behavior of append() (and similar functions) depending on whether there are many targets (-> copy) or there is just one target (-> move). For generated pages where the target count is not known, this behavior seems to be a source of troubles. Maybe a method-parameter which explicitly specifies whether the source should be copied or moved would have been preferable. I do not know if it is too late for such a change now. At least the current behaviour should
[jQuery] Submenu disappears too fast
Hello, I use superfish horizontal nav-bar style. Subcategories appear horizontally below categories. The problem is that when I take the mouse from the category name to reach one of their subcats, the submenu disappears! The subcategories disappear too fast! Is there a way to fix this? Thank you in adnvance.
[jQuery] Accessing iframe's content
Hi, I am trying to access the content of an iframe. I have search google and read a couple of other post, but my problem is a little bit more complicated. I can't use the ...contents().find("whatever") function though the result is of content type text/plain. In other words: There is not HTML is the result. The result cannot be tampered with either. Because contents, html and text are not really helping me I thought to use a counter. Whenever the length would be more than 1 I would show the result.
Next Page