Click here to Skip to main content
Page 1 of 121
Page Size: 10 · 25 · 50


Tag filtered by:  jQuery [x]
Question 13 May 2013   license: CPOL
Hi All,I have a control A that fill data in Color_Type table and a control B fill data in Colors table and this control B is autocomplete control.How i can filter data in control B by control A.and my code: function changeList_Color() { // Isolate the appropriate list by using the...
Article 13 May 2013   license: CPOL
NY Trivia Quiz w/backend Database migration to Azure cloud
Article 13 May 2013   license: CPOL
An obscured communication protocol based on color and textured shapes.
Answer 13 May 2013   license: CPOL
I don't know why it is closed, but seriously i got that error because of not adding jquery library in my page.
Question 13 May 2013   license: CPOL
Hi All,A very Good evening,I have a problem with my dropdownlist..in my page i have a dropdownlist with list elements,along with that i have a text box and button whenever i write something in the textbox and click on the submit button its saving in database properly,but the problem is...
Answer 12 May 2013   license: CPOL
I think code should be like below, try it:$('#CsTotalDebit label').text(m);
Answer 12 May 2013   license: CPOL
Displaying Videos from YouTube Channel in ASP.NET Website[^]See this link..you will get an idea...
Question 12 May 2013   license: CPOL
jQuery('.CsDebt').live('change', function(event) { event.preventDefault(); //alert(10); //$(".CsTotalDebit").text("0.00"); var Total = $(this).closest("tr").find('.CsDebt').val(); ...
Article 12 May 2013   license: CPOL
A site for managing and delivering virtual conferences - complete with embedded live streaming and chat.
Answer 12 May 2013   license: CPOL
As '$' is actually defined in jQuery, it's likely that you did not include jQuery at all. This is of course my guesswork, as you did not show your HTML . Please see: http://jquery.com/download/[^].—SA
Question 12 May 2013   license: CPOL
Somebody please help me to solve this error... sb.AppendLine("$().toastmessage('showToast', {"); sb.AppendLine(" text: '" + Message + "',"); sb.AppendLine(" sticky: true,"); sb.AppendLine(" position: 'top-right',"); sb.AppendLine(" type: 'success',");...
Tip/Trick 12 May 2013   license: CPOL
Check/UnCheck All checkboxs in CheckBoxList (one control)
Answer 11 May 2013   license: CPOL
Go to www.youtube.com[^] and read the documentation.
Question 11 May 2013   license: CPOL
How to show all uploaded videos of me in you tube in my website.please help me
Question 11 May 2013   license: CPOL
ontick not gets called when i include this code in my project but it works when i made an indiviual file for this amount of code $('.SearchContent5').each(function(i) { var position = $(this).position(); console.log(position); console.log('min: ' + position.top + '...
Answer 11 May 2013   license: CPOL
Please go through the article Drag and drop GridView items for ordering, in ASP.NET 2.0[^]. This might help you.
Question 11 May 2013   license: CPOL
$.ajax({ url: home.aspx+ '?rel=tab', success: function(data){});I am using this method to page load without refreshment but it take too much time to load entire page load so do we have any other option
Question 11 May 2013   license: CPOL
I have a gridview that lists rows with balance due amounts. Some of the rows have negative balance due amounts, which indicate credits. I want to be able to drag a "credit" row onto a row with a balance due and merge the rows (applying the credit to the row with the balance due and eliminating...
Answer 10 May 2013   license: CPOL
onblur event is not standard on div elements, it is meant for input tags. Use onmouseleave instead. onmouseout won't work correctly either - see the explanation: http://www.mkyong.com/jquery/different-between-mouseout-and-mouseleave-in-jquery/[^]
Question 10 May 2013   license: CPOL
Hello! I use bootstrap's Button dropdown menus and there is code: AN
Question 10 May 2013   license: CPOL
I have a mvc table that displays data. Each row has a edit button. When you click edit there is a pop up(jquery dialog) for editing. Now what i am trying to do is highlight the row have been saved after edit. So the users can see which row they were working on.There are few things i tried...
Answer 10 May 2013   license: CPOL
it will not works as is want to lock screen rotation any other code ??
Answer 10 May 2013   license: CPOL
So, made such:$(this).closest('.item').find('select option:selected').text(text);
Question 10 May 2013   license: CPOL
Hello!What is wrong, i try get value input and set it to selected optionvar text = $(this).closest('.item').find('.element_edit').val(); alert(text); //good $(this).closest('.item').find('select:selected').val(text);
Answer 10 May 2013   license: CPOL
Try this .. simple one ..$(".jcrop-holder div:not('.img')").remove();OR$(".jcrop-holder div:not('img')").remove();
Question 10 May 2013   license: CPOL
hello all ,i want to remove all div tag of first jcrop-holder class except image tagexpected...
Question 10 May 2013   license: CPOL
Search is not working on IE, but works great on Chrome, Safari, Opera, Firefox. it works great when it searches into database english characters on IE 10 but nothing shows as text when it searches into database to find greek characters. This happens only with IE.
Answer 10 May 2013   license: CPOL
Try below code$('div.jcrop-holder:first').find('div').remove();
Answer 10 May 2013   license: CPOL
Check out sheet 54:http://www.slideshare.net/jonathansnook/fake-it-til-you-make-it[^]Good luck!
Answer 10 May 2013   license: CPOL
Try this .. $(document).ready(function () { $("#btn").click(function () { var allListElements = $(".jcrop-holder").find('*'); ...
Answer 10 May 2013   license: CPOL
My guess would be that ms still defaults to its legacy Windows-1252 character encoding. Try put the following as first line in the HEAD section of the page.Good luck!
Question 10 May 2013   license: CPOL
i want to force webpage to show only in vertical mode even when orientation chages
Question 10 May 2013   license: CPOL
Hello, Lately I've been trying to make a call to a service's method I'm hosting on using Apache Tomcat and Axis but I've failed to succeed, here is the wsdl if that helpshttp://localhost:8059/axis/hotelsahara/getdata.jws?WSDLThis XML file does not appear to have any style information...
Answer 9 May 2013   license: CPOL
Try this :- 1 2 3 4 5 6
Answer 9 May 2013   license: CPOL
Have a look at jQuery - Load Data From Other Pages.Hope it helps.
Question 9 May 2013   license: CPOL
Hi Experts, In Jquery FullCalendar have default week day is sunday.But i want to week day start on monday and i don't want sunday column.Please give me some ideas about that FullCalendar.Thanks & Regards Hari
Question 9 May 2013   license: CPOL
hello all, i want to remove all child div tag except last one.. if parent has only one child then nothing to do. suggest me selector thanks in advance.
Question 9 May 2013   license: CPOL
I want to add pagging in data list control,i thing it is very easy, but my need is i want pagging, on scroll of datalist,it means one's the page load,data list show only 10 record and then if user scroll down , then next 10 will show, and then next.. and so on.......i find a demo...
Answer 9 May 2013   license: CPOL
Refer to the below links:jQuery Login modal popup for ASP.NET Simple Model DemosPopup Login control in ASP.NET Using Div and CSS (LightBox effect) code behindHow to Create PopUp Login Control in ASP.NET
Answer 9 May 2013   license: CPOL
This should be enough for youhttp://jqueryui.com/dialog/#modal
Question 9 May 2013   license: CPOL
Hello,I kindly need your help designing a pop-up login page.Can anyone help me with how its done.I'll really appreciate some codes.Thank you.You can visit the link below to have an idea of what i'm talking about.http://www.jumia.com.ng/[^]Just click on the login...
Question 9 May 2013   license: CPOL
Hi ,I want to show the content of another .aspx file inside Jquery ,so whenever I click On the Specific Button On the Page ,Or Move my Mouse over a specific link that popup window appear with content from another .aspx file. How I can do this ?
Answer 9 May 2013   license: CPOL
$.ajax({ type: "POST", url: "processXMLData.asp?action=loadGridPage&pn=" + iPage, dataType: "xml", cache: false, async: false, success: function(xml) $(xml).find('ROOT vw_admin-grid-buttons').each(function () { ...
Answer 9 May 2013   license: CPOL
Try this:$('#datepickerfield').datepicker({ constrainInput: true, // prevent letters in the input field minDate: new Date(), // prevent selection of date older than today showOn: 'button', // Show a button next to the text-field autoSize: true, //...
Answer 8 May 2013   license: CPOL
For compatibility mode try to add json2.js file in your project and try out.
Answer 8 May 2013   license: CPOL
You can use setTimeout() here, like this:var init = setTimeout("scrollBg()", scrollSpeed);clearTimeout(init);

Page 1 of 121
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid