configuring jquery ui with aptana using xampp..help!!!
aptana, jquery ui and xampp...i wanna know how configure my jquery ui with aptana?! i pasted my custom files in my webserver host and i tried to "call it up" by : <script type = "text/javascript" src = "jquery-ui-1.8.22.custom.min.js"> </script> saw this in "javascript and ajax for dummies" please help im new to this!
jQuery Logo usage
Hello, i want to show my customers on my website, that i am developing jQuery Plugins and also using this wonderful library. So my question is now, may i use the jQuery logo? I alreay read that it would be allowed but you have to contact someone first...? unfortunately i could not find any email adress to contact to. Thanks in advance! Regards from Austria, Alexander
Thumbnail Slideshow with overlay
Hi, I have a prob with jQuery. I needed a slideshow with only thumbnails (without the bigger image) and I did it with the GalleryView (http://spaceforaname.com/galleryview/) plugin. But now I need to create an overlay image zoom when i click on a thumbnail. I mean i want that i click on a thumb and it appears on the screen like lightbox do it (http://leandrovieira.com/projects/jquery/lightbox/). I tried to put lightbox on my code and used it on my gallery, but it doesn't work because: <ul id="#gallery">
sharing photos on facebook
hey everybody! I'm using phonegap to developer a simple app! It's possible I shared a photo using jquery?! I mean , I take a photo and press 'share on facebook' , then my photo will be post on my wall ^^ I just find 'share on facebook' using the url: www.facebook.com/sharer?u=ulr_of_my_photo.jpg thx all :)
Ajax form respond "OK" return
Hi all, I am trying to send a form to an email address and if the email sends properly my php return only 'OK'. This works fine but instead of my .ajaxComplete function recognizing that 'OK' is being returned it is simply echo-ing 'OK' directly to my page. I want to instead hide the form and fill a div with a custom message. Can someone please shed some light on why this is happening and what I need to do. Thank you for any insights you may/can provide. I'm using jQuery 1.7.2. And, here is my code:
.promise(type) doesn't work with non-default animation queues
Hi, On http://jsfiddle.net/creativecouple/3Y63M/ I have an example with .promise(type). There is one element animated (.delay) with the default queue 'fx' and the other one with another queue 'foo'. First question, informative: - Is it intended that non-default queues don't start on their own like 'fx' does? I always have to start it manually via .dequeue('foo'). Second question, the problem: - Why does .promise(type) don't wait for the non-default queue to finish? This is the same for any jQuery
Broken link in documentation portal
from main page, if you click on 'submit a new bug' ... the page report a 'my sql is gone away' error. I don't know if It's the right place to post, but... here I'm ...
I would like to know how to hide the image once it is clicked and the text is shown.
I have been able to solve the question of hiding the image by modifying this line: <h3><a href="#" id='loadingImage'><img src="images/services_chart_01.jpg" onclick="document.getElementById('loadingImage').style.display='none';"></a></h3> Now that the image is hidden and the collapsible content (text) is being shown and the bar show a (-) minus sign: How can I reinsert the image back when I close the content being shown by clinking on the (-) minus icon. ----------------------------------------------------------------------------------------------------------------------------------------
jQuery, Twiter bootstrap: How do I generate alerts(and text) on based on actions?
Here is my html for alerts <div id="feature" class="feature"> <div id="alerts"> </div> # other html data </div> Here is my `Ajax` call $.ajax({ type: 'POST', url: 'addVideo', data: { video_title: title, playlist_name: playlist, url: id, // csrfmiddlewaretoken: '{{ csrf_token }}', success: function() { $('#alerts').addClass('alerts').addClass('alert-success').append('msg').fadeIn('fast'); } }, }) I am using reference from here - http://twitter.github.com/bootstrap/components.html#alerts
Filling a full page in JQM
Hi, I am using phonegap on Android 2.3 with JQM, and trying to set a login page, with a blue background that fills the whole page. My problem is that: when using data-theme="b", only the part that contain content is colored in blue. The empty part of the page , is showing a grey gap. I was trying many tweak with: 1. CSS 'min-height' property (style="min-height:100% !important;") with the page div, and each of its sub divs. 2. Javascript solutions I found on the web.... 3. Setting the header & footer
How to set the <thead> tag in a loop using Tablesorter?
Hello! I'm trying to write some code using Tablesorter plug-in to sort my table columns, which I get from the .php file. Anyway, if I put it like this: $('<thead></thead>').append( $("<tr></tr>").append( $('<th>', {text: data.titles[0]}), $('<th>', {text: data.titles[1]}), $('<th>', {text: data.titles[2]}), $('<th>', {text: data.titles[3]}), $('<th>', {text: data.titles[4]}) )).appendTo(table); the thing works perfectly, like it should. I expected
Images in select menus - JQM
Hi, I would like add images to the select menu. Is it possible? Now I have this code in css file .AFG{background: url("flags/af.png")5px 50% no-repeat;} .ALB{background: url("flags/alb.png")5px 50% no-repeat;} //next classes in html file <label for="select-choice-0" class="select">Select:</label> <select name="select-choice-0" id="select-choice-0"> <option value="standard" class="AFG">Afghanistan</option> <option value="rush"
dragging paragraphs from an iframe to a container
Hi, Is it possible to drag a paragraph or a span element from an iframe and drop it into a container?
Issues with hyperlinks in FlexiGrid columns
Hi, I am using flexigrid v1.1 with jquery 1.7.2. The flexigrid is able to display the column value as a plain text and not as a hyperlink text (as set in the cell data while preparing the data for flexigrid). This is how i am setting the hyperlink value in one of its columnns... sBuffer.append( "<cell><a href=\"http://localhost:7001/MyApp/AppServlet?TaskNo="+tasks.getTaskNumber()+"\" target=\"_blank\">"+tasks.getTitle()+"</a></cell>"); I need to build this during data build-up as i have different
Device back button only return to the initial page (using Phonegap with JQM)
Hi all, I am using Phonegap with JQM multi-page setting on a nexus-1 with Android 2.3. I have 3 pages - 'page1' (the initial loaded page), page2 and page3. When traversing from 'page1' -> 'page2' -> 'page3' for example, and hitting the device's 'back' button - I get back to 'page1'. (logically, I would expect to go back to the last page I was in - 'page2') The traversing order doesn't matter really, it seems as if the only page that is kept in memory, is 'page1' (the first page in the document).
Wrong Orientation on Samsung Galaxy SI and SII
on Samsung Galaxy S1 and S2 the orientation reported by jQuery mobile is sometimes inverted. Mostly when the browser cache is cleared before WebApp start, the device reports a window.innerHeight of only 229px, if the orientationChange event is triggerd in document.ready(). So "initial_orientation_is_landscape" evolves to true and the "portrait_map" is inverted in jQuery mobile... is there a possibility/workaround to force these Samsung devices to report the correct window.innerHeight in document.ready()
On select a image in dropdown
Hi, I am new to JQuery, please help in resolving the following issue that I am facing, If I click the above arrow, the following images will be displayed as a dropdown Here I want to select an image by click the same and that selected image should replace the dropdown arrow. Please help me in this problem Thanks in advance. :) Suren
Setting Transperancy To Modal Popup Containing an iFrame
Hello, I am showing a pdf in the background and a Popup over the top which contains an iFrame I want to set the transparency to the popup. It works perfectly in Chrome browser and the rest it doesn't work :( Here is the Fiddler Link : Click Here Please Tell Me What should i do to work in all the browsers.
Jquery sliding DIV not working in browser compatibility issue
I am trying to implement a sliding div over pdf (Information : Pdf is Shown using iFrame). Its working on Mozilla Firefox, Chrome but its not working on Internet Explorer, Safari :(. Here is the jsFiddler Link. Click Here Will any 1 let me know what should i do to work in all browsers.
android transition
I have a big problem when I change page on browser application on android: I have a index page with a list like this: <li><a href="./mobile.p1_ener.html" rel="external">P1 Energy</a></li> <li><a href="./mobile.p1_heat.html" rel="external">P1 Heating</a></li> <li><a href="./mobile.p1_ligh.html" rel="external">P1 Lights</a></li> after loaded the index page o press to one of this link and "browser" load the new page and it work fine. in all sub-pages I have, on to
issue with jax-rs2.6.1 webservice+jquery
Hi, i unable to fetch the 'json/xml' data from server, please see the below client and server side code for your reference i have used server jetty-7.5.4.v20111024. client side code is: $(document).ready(function(){ var rootURL = "http://localhost:9000/customerservice"; $.ajax( { Type: 'json', type:'GET', url:rootURL+'/get/', crossDomain: true,
Problem with Chrome
Hey guys, i tried to script a new slider for my website which shows & hides my login-panel. You can see it on: http://lan-maniac.com/?admin=1 (You need the ?admin=1 after it to see the construction-site.) In FireFox the Slider on the top will hide & show after pressing the arrow under it. Its all workin perfectly there. But on Chrome i got a problem. The arrow is moving down all the time & when u check the console of chrome (where the console.log() comments appear) you can see the outputs which were
Drop down hang for a min
I am using drop down for my filter. When filter selected i fetch data from json and display in grid using dl and dt tag. I have 70 record in return JSON string . But seems to me it is not issue with data because drop down hang/freeze for a min and than it jump back to selection place. Any idea/suggestion would be great help?
I need a help, for the plugin CountDown
Hello, I found a countdown plugin for my site, but every time I update the page, it starts counting again, I would like it to be resolved without starting from 0 when the page is updated, follow the link of the plugin, or beginner and ja googled but not quite understand, if someone can help me thank you. thank you http://tutorialzine.com/2011/12/countdown-jquery/
Help with mouse selections!!!
I'm trying to get all elements in an iframe that have been mouse selected. At the moment, I'm doing it like this, I get the paragraph and all children inside it. I'm getting all paragraphs and its children, and then adding them the class .selected in case of mouseup or mousedown. Copy code $("p", $("#"+frame.id).contents()).each(function(){ $(this).mouseup(function(){ $(this).find('*').addClass("selected");}) .mousedown(function(){ $(this).find('*').addClass("selected");
How to solve Problem of Runtime element
i add RUNTIME new element of HTML,that's successful. but now i need to use that 'id' to check value of runtime is visible or not...please help me to solve this problem.
jQuery.appear
I've made a plugin that calls a function as an element "appears" - or in other words, as it enters the visible window through scrolling or changes to the dom. The idea is that you can have additional content load as the user navigates the page. This can have a few effects: The user loads pages faster The user and server both save bandwidth The user has a better experience because he doesn't need to click a "more" link to see more content - it gets loaded to the page as soon as he's gone through the
Add Swipe To This HTML5 Page!
Heyo, I've been pulling my hair out for a week trying to get this to work... I'm using Wix.com's html5 editor, which makes the html pretty wonky... I can text so that an alert pops up on my idea, but I can't get it to swipe from page to page! If you click on the first picture (lady holding hands to her face) on the webpage, it goes to page two, but I want to be able to swipe back and forth between these two pages... Any way to make this happen?! It won't let me post the entire html code, so you
jQuery Cycle Plugin, fade transition do not work in Firefox.
hi there jQuery Cycle Plugin, fade transition do not work in Firefox. It is ok in IE, Safari and Opera but in Firefox instead of fade transition between slides I have for a fraction of the sec. blue color of div background. Please help. $(document).ready(function() { $('#slider').cycle({ fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc... speed: 2000, timeout: 500, next: '#slider', pause: 1 }); });
Proposal: $.mobile.pageTransitionFilter
One common issue I've been hitting again and again is how to work with jQM's default click handling when you want to interface directly with a rest api. jQM's default page handling framework (where it expects jQM style HTML from the server) is great for lots of projects -- making it easy to bootstrap, but it becomes a burden for other things like Phonegap style apps where we have limits around how we deploy (i.e., localizing all html pages vs. accessing them remotely). In Phonegap's case, you will
JQuery Command/Method Question
I'm very new to JQuery and am trying to get a test page to work using code found in a DOTCMS/JQuery tutorial. As part of the tutorial I have the following piece of code in one of the code blocks: var url = "test-ajax-products-page.html"; ${esc.d}.ajax( { url: url, type: "GET", data: "cat="+cat, dataType: "html", success: function(data) { ${esc.d}('${esc.h}productSearchResults').html(data);}}); I'm not sure I completely understand what this part: ${esc.d}('${esc.h}productSearchResults').html(data);
.html() and .detach() fire too soon - before .slideUp() even starts, how can I control the order?
Code below controls the form validation output: shows the "error String" right under the input element that didn't validate. My plan was: 1. Check if there is an element I'm about to create. (e.g. <p class=".alert">First Name is required</p>) 2. If it exists: -slide it up -edit it with new information -detach it If it doesn't: -create it -apply display:none 3. Insert where it is needed 4. Slide it down. That's the idea. First run (creation) is ok. On the other hand,
page loading breakes code..??
Why does jQuery functionality not working when loading external pages? when the HTML is one big page, the toggle function works: (click on the top left image) eg: Single HTML File however when i load the header with 2 separate html files, the toggle function doesn't work eg: Multiple HTML Files This is my code:
columns re-sizable and shorten too long names - Datatables
Datatables is a great tool but i don't know how you can do these 2 things: - Add the option to manually change the size of the columns, drag them to the right or to the left to suit your needs. - Shorten the too long text. But with Datatable the text wraps. In this way, however, the cell size increases. And I do not want to get this effect. This is an example of how these 2 things are well integrated with the Firefox plugin "Downloadthemall". Look here: http://img811.imageshack.us/img811/1387/downloadthemall.png
Single page or multi-page template?
Hello! I am developing an app that contains almost only text and links. The app will after some time have 200+ pages with a maximum of 250 words per page. What i would like to know is if you will suggest me to use the multi-page template that will allow me to have all these "pages" in one document and therefore allow me to change the template++ with "replace all", or will this make the app slow? If so, are there any other options that will allow me to have this amount of pages and the ability to
jQmobile Localization and Internationalization - ?
Am looking at what is available for automatic translation of jQuery Mobile objects from a default language to the local language. Have found the following: jQuery UI - Distributes a number of jQuery objects pre-built into various languages. Not only is this limited to the specific supported jQuery (not necessarily jQuery Mobile) objects, it also seems to me rather cumbersome having to custom build objects for download. jQuery Mobile (and other javascript) plugins - About a year ago there was a spate
Strange footer behaviour
Hello, Please, be aware that I'm quite new to JQuery. :) At the moment I'm working on a mobile website using ASP MVC 4 and I encounter a problem with the footer when I use a A href link to a new page. Let me explain: The first page is renderen without a Layout page, the second page has a layout page and adds a footer at the end of the page. I start the first page (http://localhost:51194/home/hoofdmenu) and that page uses a a href to navigate to the secons page: <a href="/Home/Filiaal"> <img src="/Content/App
How do I display a picture using jAlert
I am using the following code to create text for a jAlert $(document).ready(function() { $("td.codes").click(function(e) { var codesText = $(this).text(); var $curr = $(this).prev() var emailText = $curr.text(); $curr = $curr.prev() var cabinText = $curr.text(); $curr = $curr.prev() var fromText = $curr.text(); $curr = $curr.prev() var nameText = $curr.text(); $curr = $curr.prev() var unusedText = $curr.text(); $curr = $curr.prev() var ccidText = $curr.text(); Once I have these fields I string them
Cancel bubbling in firefox
Hello. The following issue is only in FireFox. works OK in IE and Chrome. I created the DIV bellow. When it reaches the someFnc - the event is "undefined" (nor window.event) How can I cancel bubbling?? jQuery('<div/>', { id: 'AA' + this.boxID, class: 'BB_Btn', click: (function () { current.someFnc(event); }) }).insertBefore('#box' + this.boxID + 'star');
for few div switchoff jqm style
Hi', how switchoff jqm style for 1 or 2 bloc div with change the other div using correctly jqm style. i try to use data-enhance="false" but the jqm lookandfeel start for all block It's possible in the same page had block with / with out jqm style ? Sorry for my bad english A bientot ChrisFromParis
Next Page