How do you log on to Jquery
I can't just log on to Jquery. I don't know how I am getting on now but I don't log in and have to go through a lot of mysterious crap with Zen or whoever. R
Two factors authentication
Hello everybody, By error, when connecting to the forum, I got the "recognize this computer" checkbox checked, and I find that nowhere in the preferences. Is it possible to come back to 2 factors authentication ? ** Well, that is done, I shall pay more attention. But is there any interface to manage that ?
Login on welcome page is too small.
I cam to the site to ask a question. I have to login. The 'home' page has two columns. The login is top left in a column that is too small such that one sees half the name and password field but not all the links below it. I clicked the login link in the top right and ... it took me to another page with two columns, the left one blank and the right one containing a login area which again is too small too see anything See the irony here? jQuery forum - web page design?
two word search give 404 on
https://forum.jquery.com/jquery-mobile/search/ajax%20crash fails, while https://forum.jquery.com/jquery-mobile/search/ajax works. And they have errors. Please look into this. JΛ̊KE
My another account are blocked on jquery forum, I need help please.
My another account are blocked on jquery forum. I don't know why because I did not login for very long time ago. Does anyone (moderators) help me please?
Can't change my email address.
I clicked on My Profile -> edit and when I clicked on email it asked to send an email. How do I change my current BAD email address??
Updating URLs in posts is broken
In my response to the following: https://forum.jquery.com/topic/jquery-calculations-on-run-time I edited the URL for the jsFiddle so that the end was /3 instead of /1. While the displayed text showed /3, the underlying link remained unchanged - /1! I had to delete the entire line and re-enter it. This is going to cause a great deal of confusion if not fixed. I only noticed because I am a suspicious sort, and clicked on the link to make sure it worked. re: my previous post here: I guess quotes
Quote highlighting is broken
Quote highlighting has been broken for about a week. I've taken to start adding quotation marks manually, so that readers have some clue. At least the case for Chrome 51.0.2704.103
Uncheck dynamically created checkboxes
Hi All, I've created a dynamic grid in my mvc page and for each record, there is a checkbox in the row. Apart from that, there's one additional record for another checkbox 'None of the above'. What i need is when i click on checkbox 'None of the above' all other checkboxes should get uncheck and disabled. And once its unchecked all other checkboxes should get enabled. Below is the code I've used for your reference function DisplayDLMembers() { $.ajax ({
Hosting website with jquery calender
I have website hosted in asphostportal.com . By the way i used jquery calender in many pages .the calender worked fine for me locally and when used it in dedicated server when uploaded the website on my hosting the jquery calender not working but other jquery code running fine. EDIT: Code is $("#ctl00_ContentPlaceHolder1_UCCalender11_textDate1").datepicker({ numberOfMonths: 2, showButtonPanel: false, showOn: "button", buttonImage: "../../Images/calendar.gif", buttonImageOnly: true, dateFormat: 'dd-mm-yy',
Turn off spellcheck!
In IOS and OS X Safari (not others), when I type compound words that can be broken into 2 or more real words, Safari adds spaces between them. You can fix it by added spellcheck="false" to the <body> of the iframe. <body class="ze_body" spellcheck="false">The word that caused the problem was tabsactivate that turned into tabs activate. JΛ̊KE
OOPs
I typed in my sign up email wrong, please add a " p " in metalchipper. I can not change it from this side. What a way to start! Thanks, Mark
activate account
Hello, is there a possibility to activate my old account?
Oh the irony......
Gotta ask... Does anyone else find it ironic that with all jquery does to promote "responsive" website design, this forum site is not a "mobile responsive" site? I realize and appreciate that jquery doesn't charge for the code or the support of this site, but I still find it ironic.
Attempting to Use .load But receiving error
Hello all, I am attempting to make a dynamic selection menu system similar to the one that is illustrated at the link here ( https://css-tricks.com/dynamic-dropdowns/ ). I have all of my file paths written correctly, and my syntax is fine. I am trying to do the following. When the first (of three) drop down menu's is changed, take the drop down menu's selected item's value and go to the .txt file corresponding to that value. Inside that .txt file is just plain HTML written code that I wanted to
Google no longer supporting OpenID so some of the forum Log In links have stopped working
Logging in from the menu with a Google account works just fine, but everywhere else on on the site seems to use an API that Google no longer supports because you're redirected this page on google's site which displays the following message: OpenID 2.0 for Google Accounts has gone away If you've been redirected to this page, it means that you're using a website that doesn't support the latest sign-in standards from Google. We no longer provide this legacy sign-in service for Google accounts, and recommend
Deleting very old private conversations
If you try to delete some very old private conversation, you cannot. You get a pink popup that says: (null) It seems the conversation has gone away, but a reference to the conversation has not, and cannot be removed.
Italic font on api.jquery.com is hard to read
Or is unreadable at all. Depends on the browser and OS. See screenshot from Chrome on Windows 7. I believe I'm not the only one who would appreciate more appropriate font there.
Font weirdness
So, I guess we've gotten another lovely Zoho update that has broken something in the editor again. It's some: Font Weirdness
Posting code shows incorrectly.
https://forum.jquery.com/topic/how-to-set-aria-hidden-attribute-on-jquery-show-hide-functions#14737000005806187 has code posted by 2 users. They are not formatted properly. JΛ̊KE
avatars don’t match links!
https://forum.jquery.com/using-jquery , and all forums, show avatars for the last person to post on a thread. But when clicked it goes to the original poster’s page. They should match or show should show both avatars with correct links or just kill the links. JΛ̊KE
New Post button
In defense of everyone who has posted it recently, I have trouble finding the new post button myself sometimes. In my mind, where it is currently located is in a navigation bar that is not specific to the current page. When I'm on a page and wanting to do something within that page my eyes naturally look at everything below the line with "JQUERY FORUM" and the search field. To me, since it is pretty static, everything above that line is site wide functionality, not page specific. With all that being
what extensions are acceptable for attachments?
a few days ago, I wanted to attached a file with an .html extension to a post, and the system said that extension is unacceptable.. ahhhhhhh... say what???? this is weird... so what extensions are acceptable? if obvious extensions like .html are not acceptable then there should be a list of acceptable extensions right next to the "attachment" link, so people don't get told after they've tried to upload a file that the extension of the file they're trying to attach is not acceptable... thank
Bugzilla (Trac) of jQuery doesn't work?
Hi, do you know information, that bugzilla (Trac) is out of work? When i tried to create a new ticket, I obtain this error: AttributeError: Cannot find an implementation of the "IRejectHandler" interface named "CaptchaSystem". Please update the option spam-filter.reject_handler in trac.ini. I asked it also twice on IRC chat, and nobody reply. So I try to ask there- or do you have better place when I can ask? ¯\_(ツ)_/¯
How to disable a series of buttons using jQuery
How do you disable the prev button when the previous month is less than the current month? For instance, if the current month is June, then I want to disable the prev month button so that they cant edit the month of May and the rest of it for(x=1;x<=12;x++){ contents += '<td> <input type="button" name="x" id="'+x+'" class="reupload btn btn-primary '+ disabled_class + '" value="Add" ></td>'; }
I can't enter jquery.com & jqueryui.com
I tried change DNS address, clear DNS cache, clear windows/system32/etc/hosts file. I still reach jquery.com & jqueryui.com. I can enter https://forum.jquery.com/ I can enter with anonymouse.org etc. proxy sites. What's the problem on my computer or my internet? How i can find what the problem?
image slideshow issue
Hi i am using following script for image slideshow $(document).ready(function(){ $('#slider') .cycle({ fx: 'fade', speed: 'slow', timeout: 2000 }); }); It works fine on my pc's all browser but when i check other pc on firefox (firefox 28 same version available on my pc also) showing me black patch also slide between images slide. Please help me to solve this issue. Thanks in Advance.
Jquery sorting table not working in dojo tab panel
Hello i am using dojo Tabs lets say Tab1 ,Tab2 ,Tab3,i am placing Jquery table Sorting code in Tab1 its working fine some times not,but if i place the same code in the TAB2 Panel its not working iam using differnet Table ID's for different Tabs but still its not working Please help on this. <!doctype html> <html> <head> <title>Demo Html</title> <link href="./content/scripts/js/sorterThemes.css" rel="stylesheet"> <script type="text/javascript" src="./content/scripts/js/query_latest_min.js"></script>
Broken images.
[Error] Failed to load resource: the server responded with a status of 504 (Gateway Time-out) (defaultPhoto.png, line 0) https://i1.wp.com/img.zohostatic.com/discussions/v1/images/defaultPhoto.png?ssl=1 JΛ̊KE
Why the number of the beast?
Why is jQuery using the number of the beast as its logo? The jQuery logo is simply Vav-Vav-Vav (that's 666 in Hebrew) rotated 180 degrees.
Can't load forum.jquery.com
Hi, I'm lucky my wife has her computer as my computer suddenly will not load the jquery forum. When looking at the status bar the message goes from "waiting for forum jquery.com" to "waiting for discuss zoho.com" over and over and over. Every once in a while the screen will flash the opening page of jquery forum. While this is going on the loading message at the very top left of the screen alternates between "connecting" and "jquery forum". I suspect this might be some sort of firefox setting going
numbering slideshow
I have previous|next on my slideshow at this point. I'm interested in adding a numbering feature in the form of 1/5 using the cycle plugin image count demo example. In the boxes I have made in dreamweaver, do I design representative numbers or leave the boxes blank? Do I make the / in a separate box? I have made a few attempts at making this work, but I am leaving something out it seems. This is what I have at this time. Thanks in advance Tim Young <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
ie8 issue
SCRIPT438: Object doesn't support this property or method jquery-1.5.1.js, line 639 character 1 code line... } else { for ( var value = object[0]; i < length && callback.call( value, i, value ) !== false; value = object[++i] ) {} } this error is coming in ie8 only. for popup it will not shoe contents.(using jquery-1.5.1.js)
Dear admin, would you please un-spam my post?
It is not spam, would you please place it in the forum? Thanks Jake http://forum.jquery.com/topic/css-gets-confused-when-using-jquery-drop-down-along-with-jquery-ui
login form to forum css bug
You have css bug in login form. Im using mac os x 10.8.3 with safari 6.0.4 (8536.29.13) You may see it And one more thing a reg for one reason cood you add to http://api.jquery.com/animate/ margin info (marginLeft, marginTop, marginRight, marginBottom) i forgetting sometimes about this and it will be very nice if you write about this on animate page tnk for reading and good luck
New Forum for "Learn jQuery"
Hi! Is possible create a new forum for new post about jQuery Learn (learn.jquery.com)?
how to add comments and code to a post
Ive posted a few times now, mostly to ask for help. Some times I need to quote a post and/or add code(more than a few lines and I find the code and comment buttons confusing. I'm used to the BBcode that a lot of invision and phpBB forums use. I can't make sese of the ones used here. If I want to copy and pase say 10 lines of code and I click on the "code button" I'm presented one blank, numbered line. Now in the past I have just pasted that code in the text box and it pastes all right but it is not
forums.jquery.com reports 404 - Not Found
When we type http://forums.jquery.com/ the browser reports 404 - Not Found I believe it is customary that lot of websites have forums in its pluralistic sense. Even otherwise it would be great if forums could seamlessly redirect to forum.jquery.com just like calendar.yahoo.com and calender.yahoo.com work in the same way. Can some one put a web server configuration for this?
script breaks after more than two links: don't know why
What i am trying to do is attach a link or make "clickable to another URL" an image when it briefly comes across the screen that points to the SITE. every time i try to link more than two URL's using the <a> tag to the images and or the menu (unordered list) the script breaks. its giving me the blues.Every time it works when I link the first two images and list items but on the third it breaks every freakin' time. I just don't get it.I have successfully managed to change other aspects of the script
Post page broken in Chrome(25)
For instance, I couldn't post this as a problem in Chrome because you can't select the Report a problem tab. I'm on FireFox right now. I also don't see the rich text editor in Chrome version 25 on this page nor can I hit any of the buttons at the bottom to post, preview or cancel. I've turned off any ad blockers or flash blockers for the site just in case, no luck.
Next Page