The most recent content from our members.
My test page includes this jquery `` This is my element: `` I tested 2 ways of pointing to the element. 1. `document.getElementById("JPY").value="2000";` 2. `$("#JPY").val("1000");` Both of them work fine on Firefox, Chrome, IE on my machine. But only the 1st works on my Eikon "Internet Explorer" object, the 2nd doesn't…
I've posted this on [stackoverflow][1], but maybe someone here knows... I'm using angular-ui's carousel and I need to tell my google charts to redraw after they have slid into view. In spite of what I've read, I can't seem to hook into the event. See my attempt: [http://plnkr.co/edit/Dt0wdzeimBcDlOONRiJJ?p=preview][2]…
i.e. What's the best approach to replace the *deprecated* **jQuery.browser** property? The **jQuery.browser** property was *deprecated* and was removed in **jQuery 1.9**. I'm working with code that conditionally stops event propagation based on browser make and version and I'd like to find a method that won't break…
I am working on a problem in WLUK which has been raised by a customer and it's frustrating them. The problem is intermittent so it's hard to reproduce and hence it'll be hard to test any fix. We use JQuery (1.4.2) to submit a form using $form.submit(function() {}) the function builds a string which is appended to the form…
I am trying to make a widget generic in the Static Content JavaScript. The widget renders an iframe and sets the source to an HTML page in the JavaScript module. I am getting permission denied errors. I understand that it is cross domain problem. Just curious if anybody ran into similar issue in the Cobalt environment. We…
We are looking to use the jQuery DatePicker widget and are wondering if Cobalt already includes any/all jQuery widgets for us?
It looks like you're new here. Sign in or register to get started.