Browse by Tags

Related Posts

  • Master Pages & Javascript (includes) - Making Them Work Together

    Well, I have now redeveloped my site 3 times now switching between master page-style site and non-master page-style site. Reason being, I'm using tons of jQuery and tons of MooTools in my user controls. For the life of me I cannot get javascript to execute properly when it's on one of my pages...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by gOMERpYLEVW on 05-28-2009, 12:00 AM
    Filed under: ClientScriptManager, javascript, jQuery, master page, mootools
  • jQuery Selectors and Hover Not Always Working

    Hi, I'm making an autocomplete textbox from scratch using jQuery without plugins. The text boxes can be asynchronously added to the page so the id's I'm using look like this: textbox -> "value0", "value1", etc suggestions box (a hidden div associated with the text box...
    Posted to Client Side Web Development (Forum) by psyphi on 02-26-2009, 12:00 AM
    Filed under: jquery, javascript, ajax jquery
  • jQuery Script stops working after adding AJAX ScriptManager

    I am trying to use a JQuery plugin, and everything works great until I add an <asp:ScriptManager> to my page. I reference a couple of javascript files, and then I am trying to make an in-line call to the jquery plugin, but for some reason it doesn't do anything. Does anyone know what I am missing...
    Posted to Client Side Web Development (Forum) by JDL1475 on 08-31-2008, 12:00 AM
    Filed under: scriptmanager, jquery, javascript, jdrawer
  • Re: How to hook up jQuery + MVC View User Control / MVC View ?

    There is going to be a ScriptRegister component in Mvc Contrib soon that will handle this. It is very similar to the old ScriptManager except for a couple things that were pointed out here. Because the head gets rendered before everything else we have to emit the js into the bottom of the page. Here...
    Posted to ASP.NET MVC (Forum) by abombss on 02-24-2008, 12:00 AM
    Filed under: MVC, javascript, jquery
  • How to make IDropTarget Re-orderable

    I am reposting my previously asked question (http://forums.asp.net/t/1155133.aspx) to see if someone can help. Basically, I have a Javascript class that implements Sys.Preview.UI.IDropTarget but I want to make it sortable. I want client-side solution and not the server side (ReOrderList). How to do this...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by rac12 on 09-11-2007, 12:00 AM
    Filed under: Clientside, IDropTarget, JavaScript, jquery
  • Attaching JS Events to elements inside updatepanel, events don't fire after update

    I have several UpdatePanels on a page one of which has a checkbox inside it. I attach a JavaScript handler to the click event of this checkbox. After the page initially loads the event fires and is appropriately handled. However, if I cause a partial update of this panel the event seems not to be bound...
    Posted to ASP.NET AJAX UI (Forum) by grubbs.jc on 04-18-2007, 12:00 AM
    Filed under: upadatepanel, eventhandling, Javascript, jQuery
  • Create dynamic thickbox links with javascript code on button click

    Hi, I have a problem using the thickbox with javascript...I try to generate some image links with javascript using the following code: a.className = "thickbox"; a.href = "../images/" + result[i].EntryMediaCollection[y].Source; This code works fine when I put it on the page and runs...
    Posted to Client Side Web Development (Forum) by raikonnen on 08-05-2009, 12:00 AM
    Filed under: javascript, jquery, thickbox
  • Create dynamic thickbox links with javascript code on button click

    Hi, I have a problem using the thickbox with javascript...I try to generate some image links with javascript using the following code: a.className = "thickbox"; a.href = "../images/" + result[i].EntryMediaCollection[y].Source; This code works fine when I put it on the page and runs...
    Posted to Client Side Web Development (Forum) by raikkonen on 08-06-2009, 12:00 AM
    Filed under: javascript, jquery, thickbox
  • Re: Prevent Postback until action

    well in fact I think I've solve that doing this Public Function Ask(ByVal sMsg As String, ByVal sAns As String) As String Dim sScript As New StringBuilder sScript.Append("<script type=""text/javascript"">") sScript.Append(vbCrLf) sScript.Append("$(document...
    Posted to Web Forms (Forum) by Rawler on 10-08-2009, 12:00 AM
    Filed under: javascript, posback, jquery
  • New release of popular Watermark plugin for jQuery (3.0.2)

    Last night I released the latest version of the Watermark plugin for jQuery (version 3.0.2 ). The new release fixes a couple of bugs reported, and adds a potential performance boost when a page is submitted or unloaded. For ASP.NET developers, the previous version had a bug that occurred when a validator...
    Posted to Announcements (Forum) by speednet on 11-12-2009, 12:00 AM
    Filed under: plugin, javascript, jquery, watermark, textbox
Page 1 of 2 (12 items) 1 2 Next >