request for aligning two calender controls in the same page one in the left and another in right
Hi, Please help me in aligning two calender controls in the same page one in the left and another in right, where dates must not be editable as text. it must only be choosen from the calender control.
request to help for arrangind radio buttons horizontally and fit to page
hi, i have 3 radio buttons which is to be place in a horizontal way and it must fit to the page like a nav bar.. please help me in this regard.
jquery mobile flip
I am looking a flip that work on different page roles not on a single page . i used this https://github.com/amegan/jquery-flip , but it is working on a single . could you help me in crating multiple page role based jquery mobile flip. i am looking for the coustomisation of the https://github.com/amegan/jquery-flip Thanks
Nesting UI Controls
Hi I have used a Tab-control and a Accordion-control separately. And they work. 100% as pe rthe examples on the webpages. When i nest the accordion inside one if the tabs of the tab control, the accordion's values are lost. Please advise <div id="tabs"> <ul> <li><a href="#tabs-1">Nunc tincidunt</a></li> <li><a href="#tabs-2">Proin dolor</a></li> <li><a href="#tabs-3">Aenean lacinia</a></li> </ul> <div id="tabs-1"> <p>Proin elit arcu, rutrum commodo, vehicula
jquery template API 怎么打不开了
jquery template API 是不是停止了??页面打不开了。还是换成新的网址了?麻烦您告诉我一下
Jquery Mobile needs refresh in new page
i have two pages in JQM, first page is working fine , but second page needs to refresh to load some styles and actions in js . Need a solution for this
hover image border disabled when i use $css
i have 2 images, and the border of each lights up when i hover of them. fine. but as soon as i pick one, no more hover highlighting. i am using a $css() border modifier in the code, and i am sure that is what is goofing things up, but i can't figure any other way to put a border around an image when it has been picked.. here is my code : <!doctype html> <html> <head> <meta charset="utf-8"> <title>my Gallery</title> <style> img:hover {border:2px solid blue;} a:hover{border:2px solid blue;}
Conteúdo animado em Jquery...
Olá pessoal... Eu to desenvolvendo um site e está quase pronto,mais gostaria de saber se alguem sabe um plugin ou script em jquery,para fazer o conteúdo das páginas deslizarem da direita para esquerda,ou de cima para baixo,quando clicar em qualquer menu. Eu vou deixar um site exemplo para vocês ter uma idéia: http://pt.wix.com/website-template/view/html/interior-design Poderia usar esse sites prontos aqui,mais quero eu mesmo criar meus sites. Desde já obrigado. Um ótimo ano com muita
gapples jquery plugin
http://gapples.sinaapp.com/ include tables/tabs/waterfall/orgchart/msgbox orgchart http://gapples.sinaapp.com/doc_orgchart.html waterfall http://gapples.sinaapp.com/doc_waterfall_demo.html
datepicker, using Inline mutiple select
I am trying to incorporate the inline mutiple select functionality so that a user can select multiple days. Notice...I tried incorporating inline:true, selectMultiple:true but it did not do anything. Any advice, suggestions please. $('#attenDates').datepicker({ //date range for calendar defaultDate: new Date(endYear, endMonth - 1, endDay), minDate: new Date(startYear, startMonth - 1, startDay), maxDate: new Date(endYear,
Can't append a div into the same space as another.
I have tried to append a draggable div tag on my site but when I add more than one they appear after the previous even though the element has been dragged away form that location. I have tried prepending and this solves the problem but then the dragged element moves across the page! I have set up a JS fiddle for this http://jsfiddle.net/uJ4CB/10/ Many thanks
Datepicker problem
I have been using Datepicker as supplied with Coffee Cup Software's Web Form Builder and to date I have successfully amended the code as shown below i.e. minDate: 1 maxDate: 60. (That's quite simple and I can cope with that) but exactly how would I amend the code to exclude weekends? I believe it's to do with code lines 93,94 & 95 - showDay but I can't seem to get a result! Many Thanks /* * jQuery UI Datepicker @VERSION * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed
Help needed in updating outdated jQuery code up to the latest version
So I was following a tutorial on how to fade out and fade in pages via jQuery: http://css-tricks.com/dynamic-page-replacing-content/. It worked, I got everything fading in and out smoothly, links were updating to add and remove the ".current" class on the fly. However, that tutorial was made for jQuery 1.4. I needed a later version of jQuery (the current one, 1.8.3) for something else on my site, so I just changed the jQuery link in my head to 1.8.3. This completely broke the navigation link class
Jquery version problem
Hello i have updated the spring version from 3.1.2 to 3.2.0 as before data in my table was displaying on page and after updating the version its jst showing loading..... nothing is been displayed. i doubt the there is a conflict between spring version and jquery version pls help me out....
kindly help... ui tabs working weired in ie7 / 8
Hi... I have this site samdhi.com.... my developer left my work in middle for some bigger assignment. My site is not opening properly in IE7 / IE8....It sworking fine in IE 9 and Chrome. I have come to know that he was using tabs ... borrowed from your site. Can any one pl help me fix this problem
Problem with datepicker while setting its initial value
Hi, I am using datepicker in my page for user's date of birth. It is working fine when user first time enters his/her date of birth. But when he want to update date of birth then datepicker doesn't set its initial value. But It can set another date when user selects date. It doesn't show previous selected date. My datepicker is inside an Update Panel. below is code the which I am using. Because My datepicket is inside update panel, that's why I have used function & then I have registered this function.
Clearing file input field
Hi, I am trying to clear the File input on certain criteria. I am trying the following code and testing in IE and it doesnot work. Could anyone please help? //For IE $("#filesToUpload").replaceWith($("#filesToUpload").clone(true)); //For other browsers $('#filesToUpload').val(""); Thanks.
jquery calendarsPicker
i am using keith wood's calendar picker and have a question about showstatus. showstatus is used to show the date when you hover. I am using the ethiopian calendar and it shows me the (ethiopian)date I am hovering over. is it possible to also show the gregorian date for the date that I am hovering over. I want both dates to be displayed in the status box. How can i do this? this is the code i am using>... $('#EtDate').val(ec.formatDate('DD, MM dd, yyyy')). calendarsPicker({showOnFocus:
Click() doesn't activate.
I've made this script to change attributes of a form. <script type="text/javascript"> $("#name_$gId").click(function() { $(function() { $('[name=debtForm]').get('debtForm').setAttribute('action', 'scms_actions.php?id=$_GET[id]&what=debt&do=edit&which=$editWhich'); $('[name=debtName]').val('$gName'); $('[name=debtAmount]').val('$gAmount'); $('[name=withdrawDeposit]').attr('readonly', false); $('[name=debtName]').attr('readonly', true); }); }); </script> But it doesn't do anything. I've tried putting
How to create a function with multiple functions
I have several functions in my .js file: (This is just an example, I know that the function is the same in this case) ;(function($) { $.fn.randomImage = function(options) { return this.each(function() { var defaults = {images: [ '<a href="page1.html"><br>Asia<br><img src="https://lh6.googleusercontent.com/-CMBwAQFvgmc/ULwxL0ciUfI/AAAAAAAAAA8/RhaVA3N_TKM/s720/Asia.JPG" height=125 width=200></a>', '<a href="page2.html"><br>Africa<br><img src="https://lh6.googleusercontent.com/-LZx9rZ_N7ZQ/ULwyGe1sOPI/AAAAAAAAABE/8iQpB5O7yys/s720/Africa.jpg"
how to read returned data format
Like on the following code: $('#<%= txtSearch.ClientID %>').autocomplete({ source: function (request, response) { $.ajax({ type: "POST", contentType: "application/json; charset=utf-8", url: "WebService.asmx/GetAutoCompleteData", data: "{'kwrds':'" + $("#txtSearch").val() + "'}", dataType: "json", success: function (data) {
.post issue
Hi I am having some problems using .post in the below code. I am calling the .post in the same file. So the below code in the login.php file is calling itself, and that might be part of the problem. I do not know. Basically the below code works, but it updates the source, but it will not refresh the page, so any elements will not be added to the page. I can tell the source is updated because in chrome if I go to inspect element it shows up in the resources tab, but it does not show up in the
Jquery working with IE but nothing else
Hi My page works great in IE but not in Chrome or FF. http://www.thestylishscribe.com/Jessica/faux-leather-passport-wedding-invitation.htm A few of the photos show above but others not at all?
Updating content in two divs at the same time with pagination.
Hello everyone. I am new to the forum. I have read a few books on javascript and jQuery but sadly, putting into practice what I have read is a lot harder than I thought :( I am familiar with most of the terms and concepts so if you could guide me in the right direction, I would appreciate it. Here's what I am looking to accomplish: I have a music page. On that page I have two divs next to each other. The div on the left (Div1) is where a song title with a Soundcloud widget/embed code goes/displays.
Toggle Slide - bind function
Hi, I want to visualize my house (lights and raffstores) with jquery mobile to eg. switch the lights with my smartphone. To switch on/off the lights I want to use the toggle slide. But when I use this, I have to create a change function for every slider. Is it possible, to pack the slider with a function in a some kind of object? So when I add a toggle slider the change function is already included? my first slider: $(function(){ $("#light1").bind("change",function(event,ui){
Using the the return event in a jQuery dialog
In IE, event.target.innerText works and returns text that was typed in by the user. I need this to work in all browsers...of course :) Can someone show me how to get this to work in all browsers, so I know what the user typed in and can save it. I'm using ASP.Net and trying to save the information server side is the reason I put the returned text into a hiddenBasicInformationComments textbox (which is set to run at server). If anyone sees a better way to do what I want, please don't hesitate to let
Navigate using Arrow Keys
I m using this Gridview http://gridviewscroll.aspcity.idv.tw/Demo/Style.aspx#StyleCustom2 Can someone tell me how i can Navigate into GridView using Arrow Keys into that gridview Thanks :)
Starting to learn jQuery but i know there is a better way to....
Hello All - I am pretty new to jQuery and am trying to learn about it as i develop something with it... I have the script below and it works kinda... but i know it can be written better, because if you click on facebook it opens FB like box and then if you click twitter it opens twitter and closes facebook. But then if you click on facebook again it only shows .facebook not .facebook & .likeus Can anyone point me in the right directions for closing the social options correctly by clicking on a different
Jquery how to use ajax?
Hi, I am using ajax via jquery. I have a huge problem. I need to send some text to my php file. My php file will return a response in json. I have set datatype to be json. However, my text doesn't get to my php file. It will only send my text data to the php file only if I don't include the datatype of json. The problem is that I need to send text data to my php file but receive json data. Since I will receive arrays. How can I do this? can is there a return datatype option? So I can only
remember toggled class state
Hi there, I'm new to the forums and pretty new to jquery, so I'm hoping someone can help. I have a pretty simple pane slider deal that works great as is, but I'd like to extend it a bit so that it remembers the state it's in rather than simple toggling. The reason for this is because as soon as I add and click on a secondary toggle inside the pane, the main toggle gains the active class when the pane is actually closed. So I use the primary toggle to open the pane, and inside that pane there is another
Do you guys know why?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title></title> <link rel="stylesheet" type="text/css" href="" media="" /> </head> <body> <script> var suit = ["Diamonds", "Clubs", "Hearts", "Spades"]; var name = ["Diamonds", "Clubs", "Hearts", "Spades"]; document.write("Length of suit: " + suit.length + "<br />"); document.write("Length of name: " + name.length + "<br />"); </script> </body> </html> The output in the
popup input loosing focus on mobile when selected
Hi, I am using Galaxy S2 with ICS Android 4.0.3 . I have created a popup with jqm 1.2.0.a-1. On both Chrome and built-in browser, when the input text field is selected by touch, after a very short time (1/10 sec) it looses focus and no text can be written in it. Can any one help?
[jQuery][tooltip] Showing a tooltip for the [head][title] on Firefox
Hello, My jqueryUI version is 1.9.2. I'm having a problem only on Firefox (17.0.1), it works on Chrome, IE and Safari. My problem is that I get at the bottom of my website page (any page) a tooltip with the content of the website title.... If I have <head><title>WEBSITE TITLE</title></head>Then I get a tooltip containing WEBSITE TITLE ... I have no idea what's wrong. Any help would be appreciated
return value nested in function
Dear collective wisdom,Disregarding the API calls to sqlite in the following code, I want to reference selectLocation as a variable that returns the JSON object for later manipulation. I realize I cannot return this within the nested db.transaction closure, which is why I used the variable jsonOut to grab the object after it was assembled. The call to console.log("In:" + JSON.stringify(json)) writes out the expected value, but unfortunately, when I try assigning selectLocation to a variable, I get
PROBLEM UPDATING A REALTIME FLOT GRAPH WITH JQUERY
Hi my friends: I am trying to create a real-time graph with flot plotting library. I am doing it this way: 1) The initial data i am retrieving it with this PHP script: "param_pozos_linea2.php". This scripts brings me the data in a string like this: [[1357296902000,271.9],[ 1357296603000,267.26],[1357296303000,268.3], [1357296002000,261.6],[1357295703000,184.91],[1357295403000,27.09], [1357295103000,103.2]] 2) The new data i am fetching
how to insert custom title on my simple widget using append method?
Hello guys i have a pretty standard div with css and i would like to append to a div that already exists with a given class. here is my mark up <div id ="one" class="PortalBox"> </div> <div class="ab_Box1d"> <div style="width:600px;"> <%@ include file="./concur-reports/index.html"%> </div> </div> <!--finish ab_box1d--> </div>so basically I'm trying to append the markup in jquery when i stumble upon any div with class "PortalBox" however i need to make a part dynamic which would basically be a title
Javascript Image ComboBox - Sticky
I'm having some trouble getting the navigation to remain 'sticky', leaving the selected option in the menu when the user navigates to the desired page. Anyone familiar with this script have any ideas? Much obliged.... http://adamfialkov.com/v3/portfolio.php?folio=atlantic Thanks!
Date picker don't work online
I uploaded all files , but it don't work online, see testpage:http://www.mastercar.be/fr/DetailCeremonie.php?AutoNrT=M3520 when I test it local, it works!
Critical bug with google chrome - Update
Update: Ok, I found the bug in the jquery mobile script in line 8021. The wrapper has no closing tag string: 1.2 jquery mobile version: this.select = this.element.wrap( "<div class='ui-select" + classes + "'>" ); Fix for the 1.2 Version: this.select = this.element.wrap( "<div class='ui-select" + classes + "'></div>" ); I'm new to jquery. What is the process to make sure this fix lands in the new version???? Hi, It seems there is an issue with google chrome and xhtml pages using the "select" element.
looking for a jquery horizontal menu bar
I am looking for a jquery horizontal menu bar, could anyone recommend some good one to me?
Next Page