Jquery is not working
I am using lightbox effect jquery for image silde show in asp.net application working fine .. I have a ajax tab container control in my page ,for that i included client side script and for html buttons ,i included _dopostback method for post back in client active index changed event ,now lightbox effect is not working in my application.. effects.js,lightbox.js,prototype.js ,scriptaculous.js are my jscript files Thanks in advance..
What kind of jQuery plugin is this?
I was looking around and saw the 5 years of firefox website with its amazing simultaneous image loader in the polaroid like squares near the bottom of the page, and was wondering what type of jQuery plugin this would be? http://www.spreadfirefox.com/5years/en-US/
Help with hide
Hello all i have this little issue getting this to work, i have a dropdownlist in asp.net inside a formview and jquery cant find the control im guessing because its inside a form, this is what i got and it works on another page without a formview i get this error Name 'Country' is not declared <script language="javascript" type="text/javascript"> $(function () { $('#<%= Country.ClientID %>').change(function (e) { var selectedText = $('#<%= Country.ClientID %> option:selected').text();
JQuery Slider Without Dropdown Menus
Hello All, I am in the process of developing a search engine for a customer and would like to use the JQuery Slider plugin to do so. I have no issue implementing the sliders, manipulating the options, and other such basic options. However, I do not want the accompanying dropdown menu to appear for sliders that use the <option> tag to create what the slider options are. Is this possible? Any insight would be greatly appreciated. If anyone would like to see code, let me know and I'll gladly post
Using Keydown from jquery
HI, I want to make my website where no matter where your at if your press the control key you get a div to fade in which looks like a console or a form. I have my website made in all php files but made one php file with this code echoed so that I can just include this php file in all the websites php files. here is the code: <html> <link rel=\"stylesheet\" type=\"text/css\" href=\"/home/main.css\"/> <script type=\"text/javascript\" src=\"http://www.Chillenvillen.com/pngFix/jquery-1.3.2.min.js\"></script>
js equivalent of jQuery's bind?
If I trigger a custom event using jQuery: $('#dog').trigger('bulldog', ['fierce']);and listen for it, using jQuery: $('#dog').bind('bulldog', handler); function hander(e, id) { alert(e.type + ": " + id); } all is sweet. If I listen for it without jQuery: document.getElementById('dog').addEventListener('bulldog', handler(), false);the event is heard ok, but I get an exception saying the arguments couldn't be converted. Searching a while for how to use custom events in javascript, it seems like
getting java Map data in java script
hi I am using calling a java method to get a Map, but I dont know how to get the content of the map in java script. when i put the data in an array, i am getting data as [object] [object]. this is fine as it is the map, but how to get the content of this objects.
PopUp Window?
Hello to all My problem is that i was looking for something but i couldnt find it , i found similar stuff but i am not that good enough to make it like i want. I am looking for JQuery Popup Window like this on the Attachemnts ( This is little bit not good made , missing the black over the Popup ) I was looking for something like this 2-3 Hours and could find. Can anyone help me find something like this to popup when you open the website? I need that because i have one school project and i though
jQuery Strict Mode
Hello, Apparently my Jquery is in strict mode "For some reason, you're jQuery setup might be in strict mode, which means you can't use the regular $ object as jQuery." Why is this and how can i set it back to normal Thanks Guys - James
Need help with keydown event.
Hi I am trying to use the jquery keydown event. I wan to fade in a div that is a form then when the user presses keycode 17 meaning control key this div and form will fade in at the center of the screen. here is the code I have: <html> <link rel=\"stylesheet\" type=\"text/css\" href=\"/home/main.css\"/> <script type=\"text/javascript\" src=\"http://www.domain.com/pngFix/jquery-1.3.2.min.js\"></script> <script type=\"text/javascript\"> $(document).ready(function() { $(window).keydown(function(event){
Jquery vs GWT
1.1 Which Devices/Browsers does it support? Both Jquery and GWT claims to support any web Browser which supports javascript irrespective of the device. So we can rephrase the answer stating that both runs on any device using a browser, which support JavaScript. So now our question should be: Which devices and browsers are supported by JS? Platform/Tool JS Browsers MAC Safari, firefox iPhone Safari, chrome Windows IE, Firefox, chrome Linux Firefox, Android Safari, chrome jQuery supports these
Hover image swap with delay
I am a non-programming guy, old in IT but new to the JQuery and looking for a solution and help. Here is my problem: I am showing an image possibly 957x30 pixels size on a page. Whenever there is a mouseover or hover on this image, it is swapped with another image (say 957x130 pixels) by expanding its division in slidedown fashion and stays visible for few seconds before swapping back with first image. Can you guide me in right direction how to perform this. I am unable to find any solution that
How do I create an image rollover for my e-commerce (shoes) website
Dear folks I have just joined this website in order to get some answers for a problem I think one of you can help me with. I have my own shoe selling business and have recently created my own website. I taught myself a few tricks from books and a friend was on hand to help me also. What I would like to do is make images of my shoes 'rollover' images so you can turn the shoe picture around when you hover your mouse over it. Here is an example which in fact allows you to zoom in on images (I would
How to Create this Modal window effect?
There is this modal windows i will love to do for my website, if you go to http://www.cgarena.com, you will see it. how possible?
jQuery load or not?
Hey Guys I'm new to jQuery, but the things i've done are soo wonderful. Now my question: I have a page with 6 php-files, one for every navigation. When I click home, the home.php is loaded with load(); That works fine for the first look. But in the home.php are new ID's which can be clicked and my jQuery don't get them... I don't know what to do, or if there is a better solution for my projekt... maybe the load function is not the right one for me. I hope you can help me! Cheers Here a short example:
Updating a combo box from value changes in a dynatree
hi I have a jsp page and a java script page, the jsp page is having a dynatree and a drop down box. they are integrated as a chain element. if we select some value in dynatree, the drop down box will be enabled and populated with value from database, data will be a Map. now, the java script page holds all the scripts I am using in jsp page. the basic working is like this. when i select a node from dynatree, I should get an ID, using it I will populate the drop down box. I am using the idPrefix to
jQuery PopWindow with content and buttons
script : <script type="text/javascript"> function dynamic_popup() { var dynamicitem = document.getElementById("dynamicitem").value; $.ajax({ type: "GET", url: "./attributeXXXMaintain.dd?action=checkValidItems&dynamicitem="+dynamicitem, data: "dynamicitem=" + dynamicitem, dataType: "text/html", error: function(){ alert('Error validating ITEMS'); }, success: function(xml){ //TO DO I need to open the pop window
hide/show based on select value
I am trying to make it so that when an select item is selected, that the corresponding div is shown, and the other divs are hidden. What I have will display the first div, but even if I select the second, it will change the select value to the first and display only the first div. I'm sure this is something simple. ----- <p><label for="id_related_to">Related To:</label> <select name="related_to" size="1" id="id_related_to" > <option value="">Select...</option> <option value="1">Course</option> <option
problem regarding jquery dialog
I am using a jquery dialogbox, on this page i have use lots of checkbox. when i open the dialogbox for the first time then all the checkbox are working fine but after that when i open it again without refreshing the main page for that time all ckeckbox are not working properly. This problem only occur only on FireFox 3.5.9. Is there any body who can help me out of this problem? please please help me.
receiving and alert with [object Object] when it should be alert the JSON data.
jquery code: $.ajax({ url: "validate_livestock_form/index/", type: 'POST', dataType: "json", data: form_data, success: function(data) { alert(data); } }); php page is echoing out: {"species":"Please select a species!"} I double checked the response from the php and firebug shows the same. On success alert is not alerting the JSON data instead, I'm receiving [object Object]. Why is that and how do what should I do to fix this? -Thanks, Rich
Multiselect Send Via Ajax
Hi Guys, I have a multiselect and another input (text) field which I want to sent by AJAX to a PHP script. For the life of me I cannot work out how to do it on both the JS and PHP side of things. I have tried serialize and serializeArray but they do not seem to work, please see examples of my code below: var productName = $("#ProductName").val(); var categories = $('#CategoryUIDs').serializeArray(); $.post("./quickFunctions/getSeoUrl.phtml", { categories: categories, productName: productName
Help Sought To Understand jQuery Further, For What I'm Attempting To Do Please?
Hi All, Complete jQuery newbie here, so please go easy with me... I'm in no way professional at coding or anything but manage to get by, by asking in communities when I'm not sure or hitting my head against a brick wall with things, as is happening now. I have managed to add a jQuery lightbox to my fathers website for him, finally after ages got it to show the images, pop them up to the front of the screen etc and I'm happy as larry with all that. However, I am trying to add a rating script in to
Center Aligning The jQuery Lightbox Gallery?
Hi All, I've been trying to a couple of hours whilst still getting used to jQuery and lightbox's, but I just can't seem to fathom out how one center aligns the actual lightbox gallery, could anybody point me in the right direction to what I'm missing for it to work? Go to: Here and you will see a lightbox of images towards the bottom, it's the greyed area of the lightbox I want to center align on the page, currently it hangs to the left and doesn't align up with the blue header that has the text
need help with Q and A type functionality
I have a client that I'd like to build something in jQuery for. Basically what I need to figure out how to do is to create a system of pull-down form objects where a user on the site can answer a series of questions and get routed to the right page based on the answers to the questions. This company has about 20 products and this is supposed to help consumers find the right product for their needs based on the answers to some questions. They have composed the series of questions and there are only
Hide a div using dropdownbox
hello all, i have a dropdownlist with countries in it and i am using jquery to switch between two hidden divs depending on selection, everything works great once i make a selection but how do i get it to show right when the page loads <script language="javascript" type="text/javascript"> $(function () { $('#<%= Country.ClientID %>').change(function (e) { var selectedText = $('#<%= Country.ClientID %> option:selected').text(); if (selectedText == "--Select--")
Jquery is not working
Hey all, Ive been trying to make a test page ... I just want to make .slidedown ... here is my code (Yes i added the library to my visual studios project) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Test</title> <script src="jquery-1.4.2.min.js" type="text/javascript"> $(a).click(function () { $(outter_container).slideDown("slow", function
how to create delay in progressbar
hi all, i have added a progressbar from jquery ui into my jsp page. but i want to simulate it using a loop and adding some values to it on every loop cycle. but how is it possible in jquery. i tried it using jquery timer, but when the loop starts, it goes to infinite loop. is there a way to simulate a working progress bar with some delay.
selecting random generated id/class
Hello. New to whole this jQuery (and javascript altogether, heh) and so far it's been excellent, but now I'm in a small pickle. Let's say I have list of forms generated from SQL database and every single one of them has to have unique id, so how I can select the specific item that is to be manipulated (changing values via php). the $("#submit").click(function()) will trigger every submit buttons on the page, so how I can tell it to be "#<randomInteger>" thought of passing the unique value with onClick="myfunction(unique_id)",
Question about .post function.
I've been tinkering with this for a while and can't seem to get it to work. I'm using this function: $.post("test.php", { name: "test", time: "2pm" } );For my PHP file, do I simply use the $_POST variables to retrieve and use that information? I'm not understanding how to access the passed variables at all.
EMAIL Field Validation is not working, when i enter SPACE and press TAB.
Hi, I am new to JQuery and I want to show some message when i press SPACE on my eMail Id field and enter TAB. If i use jquery's default JS validations for email validations, it is not showing any message dynamically when i just press space and press tab. But it is showing jquery specific message, if i submit the form(also doing all other email validations after submit button is clicked), So, I thought of writing my own validation functions using the following logic. if("#emailId".val().trim().length
combining lightbox and carousel
Hi, I need to create a carousel that opens inside alightbox. i.e. - there is a button, when it's pressed I get a lightbox (or any similar) window that contains the carousel Any idea on how to do that ? Thanks' Hannit
Popup window
Hey im pretty new to jquery and was wondering if anyone knows how i can popup a windows or hidden div from a link at the bottom of my page just like myspace and facebook have for their im bar at the bottom. Please help, i am using asp.net vb if that matters
Using ThemeRoller for the rest of my page.
I will apologize in advance here. I am real new to web development (like four of weeks). I just have a question. I really like the ThemeRoller and what it does for the widgets. Is there a good way or design pattern for me to carry some of the theme stuff (ex. colors, look and feel) over to the non-widget side of the page? Is it pretty much just opening up the jquery-ui-1.8.2.custom.css file and picking it apart? I was hoping for an easier way. I have been wrestling with CSS for weeks now and
Scroll bar expands instead of scrolling.
I've got a project that slides vertically in conjunction with the nav menu. I've also got a scroll bar setup, in case the user has javascript is disabled. Both them work correctly, independent of each other; page slides or scrolls. But, I noticed that when I use the nav menu to navigate, the scroll bar gets bigger and fills the entire side instead of moving with the page. Any thoughts? jQuery project
I refuse to use a cycle plugin!
I could totally use a cycle plugin for what I'm trying to do, but I know it could be done with way less code. Only, I am a total jQuery newb! Any insights you can provide would be much appreciated. And if I am posting in the wrong place, if you could direct me to a more in-depth forum, I would be ever so grateful. You can see my code in action here: http://rachelthegreat.com/coming-soon_01-1/ I have code in place to cycle through the list elements in #cartoon, showing a cartoon panel by panel. At
Dynamic Validator Text
Keep in mind, I'm extremely new to jQuery. I'm adding a validator in the following fashion: jQuery.validator.addMethod('tags', function(val, el) { // my logic to return true or false, works fine }, 'Select at most ' + $('#hidden_input_here').val() + ' tags.'); This doesn't fly. How can I make the "message" part of this dynamic based on a hidden input field? I have searched far and wide and can't find an example that doesn't confuse me to no end. Thanks
Need help using jQuery to run a php file and retrieve the data
Hello, I'm struggling to write a jquery script which will run a php file to and retrieve the results. The php file will produce the results in xml format and the jquery script needs to retrieve them and then show them on the current page. Basically I want to retrieve data from a database and then update the current page, the script needs to run the php file every 15 seconds and automatically update the current page. The data needs to be taken from the xml and update elements on the current page.
Explain to me the $
I have used simple JS before so I am somewhat familiar. Can somebody explain what the $ character is all about? $(function() { $("#slider").slider({ orientation: "vertical", range: "min", min: 0, max: 100, value: 100, slide: function(event, ui) { $("#amount").val(ui.value); } }); });The above code works fine, but I am not understanding the $ and why its encapsulated in parens. Thanks. -jqnewb
Need Help Finding A blog plugin that can automatically play music or video is there a plugin that can do that?
get paid to take online survey
jQuery with <TEXTAREA> manipulation
Hi , I am trying to do datavalidation in TEXTAREA onkeyup.But some reason it is not wokrking, and no error. Please help me here what went wrong.. Nothing is returning.... <script type="text/javascript" src="./js/jquery-1.4.2.js"></script> <script type="text/javascript"> var oldval = $('textarea').val(); $('textarea').live('onkeyup', function() { if($(this).val() != oldval) { $('textarea').val(oldval + ','); } }); </script> JSP: <TEXTAREA NAME="dynamicitem" COLS="8"
Next Page