I am using the periodic updater plug-in to make an Ajax call to grab
an HTML file that has many divs in it. I want to parse the returned
HTML and display a random div in a placeholder div on the page. I am
stuck on how to select out the random div from the returned HTML. Can
someone please lend a
I am using the JQuery Form Plugin on a form that is shown in a modal
window (nyroModal) to upload files. It is working like a charm as long
as the file is a reasonable size. However, if a user tries to upload a
large file (say 100MB or more), when response comes back (HTML
response), it re-loads t
I am using the JQuery Address plug-in to bookmark state changes in an
application. The application allows a user to run a search of a
document set. When the user requests a search that has not been run
before, the search is performed and then the search form and search
results are cached using data
I am using the jQuery Address plug-in (http://www.asual.com/jquery/
address/) to enable bookmarking and back and forward buttons in a
document search portlet. I have things working well when there is only
one search portlet on the page. However, when I put two search
portlets on the page, events ar
I am trying to only load jquery and jqueryui if they do not already
exist. If they do exist, then I load a bunch of plug-ins used by the
app. However, the below is not working and I have no idea why. Can
anyone provide some insight?
if (typeof jQuery == 'undefined') {
console.log("loading
loaded}
>
> if($) {
> // jquery is loaded
>
> }
>
> or
> if (jQuery != null) {
> // jquery is loaded}
>
> if ($ != null) {
> // jquery is loaded
>
> }
> On Thu, Jan 14, 2010 at 11:30 PM, zendog74 wrote:
> > I am trying to only load jquery and jq
llo zendog74,
> In your script above you have "script.onload = loadPlugins();", the
> onload event is only usable in the body tag or the frameset tag.
>
> Other than that I think your script is ok.
>
> On Jan 15, 4:44 pm, zendog74 wrote:
>
> > These just give me undef
What is the status of using remote JSON with jquery.autocomplete? I
saw a couple of threads in the group about it, but they are patchworky
and hard to follow. I did not see anything about using JSON on the
autocomplete jquery plugin site. Is using remote JSON supported or do
I have to modify sourc
//formatItem: formatItem,
//formatMatch: formatMatch
parse: autocompleteJSON,
formatItem: function(row) {
return row["email__"];
//return row.firstName__ + " " + row.lastName__ + "["
+ row.email + "]"
Does anyone know how to mimic the Google Calendar time select/text
input using jQuery?
I have autocomplete working on a different field in my form and
thought that it may work for hour and minute selection on a text
input, but I cannot get the values to show up unless the user clears
the field en
tion formatPocResult(event, row, formatted) {
jQuery("#pocEmail").val(row["email__"]);
jQuery("#pocFname").val(row["firstName__"]);
jQuery("#pocLname").val(row["lastName__"]);
}
On Feb 5, 3:42 pm, zendog74 wr
I am successfully using clueTip to make ajax requests that return
either xml or json and populate the tooltips. It is working great.
However, I am trying to make my code more sophisticated to handle
exceptions and I need access to the xhr to do that properly. I have
been unable to find a way to ge
Github
> (http://github.com/kswedberg/jquery-cluetip/tree/master
> )
>
> --Karl
>
>
> Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
> On Apr 16, 2009, at 2:52 PM, zendog74 wrote:
>
>
>
> > I am successfully using clueTip to make ajax requests
13 matches
Mail list logo