Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
1k views

GHC 6.12 and MacPorts

I recently installed (from the binary installers) GHC 6.12 and the Haskell Platform 2010.1.0.1 on my Intel MacBook running OS X 10.5.8, and initially, everything worked fine. Edit: I had to install ...
2
votes
1answer
352 views

iPhone: duplicate symbol _SBJSONErrorDomain

I want to use the Brightcove library and the Layar library in one application, which both have the SBJson files. Obviously these try to murder each other dead. Do i have to extract the files and ...
2
votes
3answers
1k views

jQuery $(document).ready(); declaring all the functions in it

Explanation: i have few objects and im declaring them inside $(document).ready(). WHY? because in thous objects i have many jquery methods $(..), obviously they can work outside too, but when i ...
1
vote
2answers
205 views

How to remove a JavaScript initialisation?

What I am trying to achieve is a second dropdown list to be populated with values based on the selection of the first dropdown list. I've got it to work using the following: ...
1
vote
2answers
35 views

JS embedded on other sites - how can I use jQuery without screwing up other jQuery installations?

I'm working on some JavaScript that will be embedded on other websites (think like Google Analytics or AdSense). There is some hardcore JS being done -- AJAX requests, animations, JSON(P). I've ...
1
vote
2answers
445 views

Skipping Incompatible Libraries at compile

When I try to compile a copy of my project on my local machine, I get an error stating that it 's skipping over incompatible libraries. This isn't the case when I'm messing around with the live ...
1
vote
3answers
197 views

What could possibly cause JQuery's selector to break?

I am trying to get an element using JQuery's selector, but it does not find it even though the element actually exists. Moreover, I can actually find the element using getElementById. For example: ...
0
votes
0answers
138 views

conflict with jdmenu, positionBy and jquery

I am using jdmenu plugin and it requires to include another 2 files jquery.dimensions.js and jquery.positionBy.js when I do that all the rest of my jquery plugins get out of position, for example ...
0
votes
1answer
151 views

Dealing with conflicting javascript libraries in a Rails 3 app

Id like to understand the best approach when using multiple (and conflicting) javascript libraries in a rails 3 app. Before the js conflict was raised, I used the application.html.erb template to ...
0
votes
1answer
202 views

Preventing conflict between jquery prototype/plugin methods

Suppose i have a main js file on the website that contains some code as follows: $.fn.extend({ break: function(){ //code here }, cut: function(){ //code here }, // ...many other ...
0
votes
2answers
2k views

Libraries Conflict for Quartz

have a weird situation. I'm using Glassfish server for my Enterprise application. In that application i'm using JSF, Richfaces, Quartz, Jasper Reports, and Commons Email. When I build and deploy ...