CLA error
Just made few pull requests. First has passed without any problem, but I made a mistake and signed more than two times. Seems that CLA leeked my email to spammers
GSoC 2015 jQuery UI - new demo system
hey im thinking of sending in an application for GSoC to work on the new demo system idea. Just wondering how much experience with information architecture would be recommend ? I've done a module about interactive design and I have a few idea just to improve the way in which demos are browsed. Thanks :)
Adding a class
Hi to all, I am trying to add a class to div element but its not responding,is something wrong in my code, plz help me,thanks in advance <html lang="en"> <head> <style> div { width: 100px; height: 100px; background-color: #ccc; } .big-blue: { width: 200px; height: 200px; background-color: #00f; transform:rotate(180deg); } </style> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <script src="https://code.jquery.com/ui/1.11.3/jquery-ui.js"></script> </head> <body> <div></div> <script>
website auto logon in browser
Hi, I am using the below javascript code to open browser and login to web site automatically. But it is browser dependent, only IE can execute this code. Kindly suggest solutions to implement jquery scripts that is compatible for all browsers. <script type="text/javascript"> function login() { window.onerror=null; var PAGE_LOADED = 4; var objIE = new ActiveXObject("InternetExplorer.Application"); objIE.Navigate("http://domain.com/default.aspx");
Datepicker, Chrome and web.config. Can't understand this.
Hi there. I really need some help to figure out why Chrome is acting the way it is. My header page consists of these js files: jquery-1.9.1.js jquery-ui-1.10.3.custom.min.js jquery.ui.datepicker-pt-BR.js myDatePicker.js (****) jquery.maskMoney.min.js jquery.validate.js jquery.qtip.min.js (****) This is customized like this: $(function () { $('[id$=dataInicialTextBox]').datepicker({ // Begin date autosize: true, changeMonth: true, changeYear: true, numberOfMonths: 2, yearRange: "2005:2025", maxDate:
Timeglider does not let me destroy all variables with the given function
I'm not that advanced with jQuery widgets and I have no idea how to **access** the **destroy function**. You can find that function from an older version here: https://code.google.com/p/codeset/source/browse/trunk/web/timegliderExample/js/timeglider/timeglider.timeline.widget.js?r=4 Usually you create timeglider with: tg1 = $("#timelinearea").timeline({... and so I tried to access that destoy function as well: tg1 = $("#timelinearea").timeline.destroy(); tg1 = $("#timelinearea").destroy();
Keep the 1st tab opened when ever the dialog box is loaded
Hi, I have a jquery dialog and it has 2 tabs inside it. When ever I open the dialog always the 1st tab should be displayed. I have an issue in the below example where if i close the dialog being in the 2nd tab and open again, it shows me the 2nd tab. http://jsfiddle.net/didierg/HTJ4z/
click function load on a page and not in another page.
Hello all. I'm quite a new jQuery user. I've got a strange problem. In an Ajax page I've made a jQuery script that works fine. It switch src between IMG tags:. My script: $("#img_thumb1").click(function(){ var src_img_thumb1 = $("#img_thumb1").attr('src'); var src_img_main = $("#img_main").attr('src'); $("#img_main").attr("src", src_img_thumb1); $("#img_thumb1").attr("src", src_img_main);
how to load data into jqxgrid from postgreSQL DB by using npgsql
Hi, need to load data from postgreSql database into jqxgrid through npgsql provider please someone help me out on this. First i need to connect to postgre database from jqxgrid uding npgsql provider please help me out
enable the textbox
hi to all . hear i tried my code to enable the textbox if a person selects any list item in dropdown.but it is not enabling http://jsfiddle.net/harithareddy/xorbckpm/
Add selected dropdown to my textbox .
hi to all i want to add my selected dropdown list item to check box.and selected item to be hide. like this http://www.ajaxshake.com/demo/EN/1105/9e1d4db1/create-select-boxes-user-friendly-chosen.html
date picker day and month and year
Im looking for a datepicker for day/month /year for my booking site .any recommend site ?
Uncheck the checkbox using jquery
I've an Textbox in which the autocomplete is enabled using jquery ajax.if i select one value means it have to check the corresponding checkbox.This one works me properly.If i delete that value means it have to uncheck that checkbox..Help me out please..My Jquery code is $('#prgrp').on('keydown', function (evt) { var txt = $("#prgrp").val(); var valueArray = txt.split(';'); var valueSortArray = valueArray.sort(); for
Best website to learn jquery
I am new to Jquery. Please suggest me the best website where i can learn the subject in depth easily
Jquery Slide does not feel like slide but like roll?
I have been working on a project which has a part for slide effect of jquery. I implemented it on text and images and I realized that it is not slide effect it is a roll effect. Does anyone except me feel like this? Is there another actual slide effect?
show alert message to textbox
hi to all i want to show alert for my textbox. i.e i am having two textboxces completion of first textbox that should not enter into second text box if user enter we have to show alert message...
in keydown fuction confirm box work twice
hello in keydown fuction confirm box works twice. how to prevent this . below is the sample code . <input type="button" class="button" value="Cancel" id="can_bt" onclick ="cancel1 ('<?php echo $i; ?>','<?php echo $_POST['ntr']; ?>')" onkeydown="exeClick(event)" /> function exeClick(e){ var eId=$(e.target).attr("id"); if(e.keyCode==13) { $("#"+eId).click(); return true; } } function cancel1(no,ntr){ var msg=confirm("Do you want to cancel
Problem with siblings & children
Hiya all, i'm fairly new to jquery but to tbh i feel like a non-swimmer in the ocean but i *have* to get this solved and working. It's a hierarchic nested menu which i generate in a shop generated but i'm having problems toggling active clases to siblings/children. On page load i have a menu as such: <li class="level1">link1 <li class="level1">link2 <li class="level1">link3 <li class="level1">link4 <li class="level1">link5 If i click on link4 i get <li class="level1" class="active"><a>link4 <ul>
using autocomplete within jqgrid and german "umlaute" and IE
Hello, I'm using autocomplete within fields in a jqgrid: I attach the autocomplete within the gridComplete function: gridComplete: function(){ ... $(".valueac").autocomplete({ source: "/index.php?id=422&type=9026", .... }); ... } This works fine if the initial value of the field does not contain any german umlauts (ä,ö,ü,). If there are such umlauts I have a problem with Internet Explorer 10 (in IE 10 mode - no compatibility mode) if the grid get refreshed
Is there someway to filter elements with common class?
Is there a way to get elements with multiple classes and to show only those elements with common classes? In my example im trying to make a filter for games with genre and platform, so when you check FPS or any other genre, and platform PC, PS3, or Xbox etc, it will narrow down the results and show all FPS games that are for lets say Xbox360, thus making FPS and X360 common classes for those elements. Codepen Demo <div id="container"> <div id="filter"> <h3>Filter games </h3> <div class="category-filters"><img
Fill in the blank using jQuery
Hi there, I'm new to jQuery and looking for existing plugins to get an idea for my primary school class (i'm a teacher) working. I want to make a fill in the blank exercise for my students but don't know how to get started. When the student clicks on "controleren", I want jQuery to check the value of the field and compare it with the correct answer. Can someone help me and point me to a working example or a plugin that has the features I need? Thanks!
using the grep() function
Hey guys im tring to use the grep() function to filter my array but im having problem as the array is returning empty. what im trying to achive is if the selected category exists in the array then for it to return the relevant rows. i've tried different variations in the return but im having no luck. Any advise would be greatful...thanks guys selected['categories'] = ["Clothes" , "Footwear" ] filtered_data = jQuery.grep(data, function(index, item) { return ($.inArray(item.category, selected['categories'])
Querying SQLite existing database using jQuery
Hi there, I've a existing already populated that I want to query and display result. Here is my code and it is not working: http://plnkr.co/edit/XiAAPdiOj9A1YpYuDTwe?p=preview I'm getting uncaught ReferenceError: refreshtest is not defined index.html:209. that is for line gettest( refreshtest ); I saw examples and in most of the examples, after opening the database, table is created and data is inserted by using a form. Then queried. But I have already populated database, so I don't need to create
Jquery create table dynamically
Has mydata table like this and the output which I want to achieve is below in the image. Can you please help me to create the structure which is in the Image Dynamically Also Next time when I try to add a new item it should come under the same category. Can you please help me to generate th is using jquery or by using DIV & LI tags and assign the same dynamically.
Passed object in post ajax
Hello. I'm trying to pass data. var favorite = {}; favorite[videobody.id] = item.statistics; So, at the moment i receive similar object: Object{} 1 Object { viewCount= "88" , more... } When I passed data to ajax and result is empty or non-existing object. $.ajax({ url: "/admin/songs/ajaxViewers", type: "post", data: {favorite:favorite}, success: function () { // location.reload(); }, error: function () { alert("PROBLEM"); } }); How to rewrite to work?
jQuery functions not working properly on mobile
Hi, I am working on the following site http://findmyhaus.com/ where we used jQuery for our menu. The menu is working fine on the desktop. However when we view the site on mobile we found that the menubar is not working properly. The "How it Works" link is not working at all where as the link "Why Use FMH.com" scroll down to the bottom of the the testimonials instead of top of the testimonials. Following are the code used on header. <script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
help to parse data into cells
I'm trying to parse value for each row. It's only working when i put alert inside for loop. this is my code $(document).ready(function() { var rows = document.getElementById('customerTable').getElementsByTagName('tbody')[0].getElementsByTagName('tr'); for (i = 1; i <= rows.length; i++) { value=rows[i].id; //alert(value); $.ajax ({ type: "POST", url: "getdata.php",
short-circuiting variable declaration .
hey guys, was just going through modal.js and came across the following variable declaration , var doAnimate = $.support.transition && animate so does the above mean that , if $.support.transition elavuates to true and then animate evaluates to true doAnimate will be true and in all other cases doAnimate will be false ?
Understanding custom events on modal.js
Hey guys ! good morning . Was just going through modal.js, and saw the following code : var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget }) i understand its custom events or rather custom namespacing, but whats with the 2nd parameter ? relatedTarget: _relatedTarget , That part is a bit tough to understand . can somebody tell me vaguely whats happening ? I am not expecting a 100% spot on answer . You can find the same line of code here , line 53. Thank you. gautam.
How to Print Table Content in Document Using jQuery?
Can you take a look at this Demo and let me know how I can use jQuery to Print only the table of the document? <!--panel--> <div class="panel panel-primary"> <!-- Default panel contents --> <div class="panel-heading">New Order <button class="btn btn-sm pull-right btn-default" type="submit">Print Item</button> </div> <div class="panel-body"> <!--table--> <table class="table
Adding style for a particular class through jQuery
HI, I am trying to hide "a href" based on the title. The controls are created dynamic. <a title="Home" class="static menu-item ms-core-listMenu-item ms-displayInline ms-navedit-linkNode" href=""> <span class=additional-background ms-navedit-flyoutArrow> I mean, for title="Home" in the below span , i want to add style=display:none". How to achieve this using Jquery? Thanks
QUnit - Standard reporter interface - Gsoc 2015
I am computer engineering undergraduate in University of Peradeniya , Sri Lanka. and I am interested in this project idea. and I looked at the github and there was no conversation about it after sep 2014. In github they talked about mocha and Jasmine . So I need some guide through this. any help would be great
accordian for showing text
hi jquery seemers. i create accordian but by default it is showing the available contents on page load.and also sliding is not working correctly. idont want to show gaps in sliding and if i click on one link that is show all available contents in that menu http://jsfiddle.net/harithareddy/q2L3rbmo/
web page is disabled or not
Hi, How do we test the web page is disabled or not.i my application there is a dependency from section to section.once if uncheck the question the entire page should go disable.how to test this page gone to disabled mode using jquery. Ex:document.getElementById('AppForm').getElementsByTagName('TABLE')[6].getElementsByTagName('TBODY')[0].getElementsByTagName('TR')[0].getElementsByTagName('TD')[11].getElementsByTagName('TABLE')[1]; cheers..
jquery ui button with glyphicon - is it possible?
Hi, Is there anyway of applying a bootstrap glyphicon to a jquery ui button? My current code for adding a button to our viewer toolbar is: function AddEmailButton() {
var emailButton = $('<input type="button" title="Email Documents" id="emailButton"></input>');
emailButton.addClass('atala-ui-button');
// click action for what to do with the button
emailButton.click(CleanupImage);
return emailButton;
} I've tried adding this into the function: emailButton.html('<span class="glyphicon glyphicon-envelope"></span>');
I'm building in a password protected folder, jquery ajax loader takes over anchor & won't load
Hi I'm an experienced web developer but I've not used jQuery before. I'm developing in a password-protected directory on a shared host. I've set up a mobile-style menu. The links that are outside the protected directory work fine, the ones to pages inside, don't. As far as I can tell, that might be because jQuery is using Ajax to load the page .. why, it's just a link? I've tried a few things to switch it off and nothing's worked so far. On click, I end up looking at a grey disc, coded thus: <div
jQuery Superfish align sub-menu under main menu
Hi, I used Superfish to display menu and submenus in horizontal style. As you know in Superfish all the submenus are left align. I want to align the sub-menus centered according to the main menu. I thought to find out the width of a sub-menus item. As in super-fish there is delay in appearance of sub-menus so I can't get the width of submenu item becuause I am using 'onShow'. Then in superfish onBeforeShow I cloned the item in DIV and tried to find out its width. But the problem is the width of
Trying to slide tabs horizontally when "next tab" button is clicked.
Hi, I have the following code structure: <img id="#nextTab" src="..." /> <div style="width:700px;overflow:hidden"> <div id="tabs" style="width:2000px"> <ul> <li>Tab 1</li> <li>Tab 2</li> <li>...</li> <li>Tab N</li> </ul> </div> </div As the total width of the tabs is larger than the screen, the newly selected tab should slide to the left when the "nextTab" element is clicked. The following code succeeds in moving the set of tabs 300px left, but when trying to set
jQuery Grid: how to render a column in a separate ajax call?
I have a jQuery grid that has 3 columns. The grid is populated by a webservice call. The third column has to fetch data from the server based on the result of the first call. How to achieve this? Currently, I am doing second ajax call in the renderer function, but unable to set the result of that call to the grid.
JQuery Cycle Plugin not working correctly
Hi I am using JQuery Cycle Plugin on my site www.rhinoplant.com when i first go to the pages using the cycle the pictures appear and cycle but very small. and in the top corner of the Div. Any help will be greatly appreciated
Next Page